I have one batch file which simply calls one program and then it remains open after program has opened. I have put exit in the last but it still remains open. If I close the program then command prompt closes automatically. Here is the code I'm using
set /p device="Enter device name:"
"c:\Users\Administrator.PC1\Desktop\DCUTermFiles\%device%.DTS
exit
I'm using Windows 7 64-bit