This script hangs the console window upon exiting. Tested with TCC and TCCLE.
Saved as c:\temp\jj.btm
The console window hangs...
Code:
goto EXEC
:EXEC
"%_cmdspec" /I
exit %?
Code:
C:\temp>*start "v:\bin\TCCLE\tcc.exe" /I
TCC LE 13.00.24 Windows XP [Version 5.1.2600]
Copyright 2011 JP Software Inc. All Rights Reserved
C:\temp>c:\temp\jj.btm
goto EXEC
"V:\bin\TCCLE\TCC.EXE" /I
TCC LE 13.00.24 Windows XP [Version 5.1.2600]
Copyright 2011 JP Software Inc. All Rights Reserved
C:\temp>exit