- Jan 4, 2013
- 10,659
- 2,263
- 146
I have a batch file in Windows that has this as its last line:
Normally I would have an "exit" command after that so the terminal window would automatically go away, but it seems that the terminal window always becomes unresponsive after running the above command, so it does not matter what command is placed after it, nothing works. Anyone know why this is happening?
Code:
"C:\Program Files\BOINC\boincmgr.exe" /m /n 127.0.0.1 /g 31418 /p (secret password redacted)
Normally I would have an "exit" command after that so the terminal window would automatically go away, but it seems that the terminal window always becomes unresponsive after running the above command, so it does not matter what command is placed after it, nothing works. Anyone know why this is happening?