Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Odd behavior after using OPTION "Advanced" tab

Charles Dye

Super Moderator
May
4,948
126
Staff member
Try this in TCC v14.02.44: Type OPTION and press Enter. Select the "Advanced" tab. Make any change, or none at all; click on OK. Then try to execute any command followed by an argument.

Code:
C:\>ver /r

TCC  14.02.44   Windows XP [Version 5.1.2600]
TCC Build 44   Windows XP Build 2600  Service Pack 3
Registered to Charles Dye - 5 System License

C:\>option

C:\>ver /r
TCC: Unknown command "ver"

C:\>set path
TCC: Unknown command "set"

C:\>echo foo
TCC: Unknown command "echo"

C:\>dir *
TCC: Unknown command "dir"

C:\>

This is behavior appeared quite recently. I'm pretty sure that build 42 didn't do it. Nor does the current TCC/LE.
 
Try this in TCC v14.02.44: Type OPTION and press Enter. Select the "Advanced" tab. Make any change, or none at all; click on OK. Then try to execute any command followed by an argument.
Ditto!
Code:
TCC  14.02.44  Windows 7 [Version 6.1.7601]
TCC Build 44  Windows 7 Build 7601  Service Pack 1
 

Similar threads

D
Replies
2
Views
2K
drrob1
D
Back
Top