Hi,
Normally when you launch a MS Dos type batch file you end
up with the name of the executable file in the Window not
the name of the batch file
c:\winnt\system32\my_exe.exe
content of batch file startprog.bat:
=====================
echo
etc
start my_exe
I would like the window to show the name of the batch file
Any suggestions - Thanks,
Chris Liverpool UK
Normally when you launch a MS Dos type batch file you end
up with the name of the executable file in the Window not
the name of the batch file
c:\winnt\system32\my_exe.exe
content of batch file startprog.bat:
=====================
echo
etc
start my_exe
I would like the window to show the name of the batch file
Any suggestions - Thanks,
Chris Liverpool UK