Welcome!

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

SignUp Now!

WAD /Q at startup leaves ECHO ON ineffective in a BTM

May
15,047
271
Thanks to @Jay Sage. Here's a normal instance (no /Q).

Code:
v:\> type echoon.btm
ECHO on
setlocal
endlocal

v:\> echoon.btm
setlocal
endlocal

Here's a TCC started from Tabs\Run... with command d:\tc36\tcc.exe /Q.

Code:
v:\> echoon.btm

v:\>
 
I don't use CMD and except for /C and /K, I don't know its startup options. All I could find in the help is this.

/Q Don't display version / copyright message (registered copies only).
 
Back
Top