Code:
DIR /B /A:d %TYPE%\*%2* > D:\TEMP\LIST.TXT
SELECT /O:u GOSUB LAUNCH %TYPE (@D:\TEMP\LIST.TXT)
I am in the process of writing a batch file and I have the above two lines as a part of it. The select line does not seem to be operating as expected. I've been unable to find out if I've got a simple typo that I'm not seeing or if this is a bug in TCC26 (the version I'm on currently).
Prior to this code %TYPE is set to one of two sub-directories in full path format starting with the drive...
Read more