Joe_Fox
Well-Known Member
Does anyone know how I go about closing a prompt after a batch file has ran?
I have a batch file called OpenProgs.cmd which has the code:
cd "c:\program files\mozilla firefox"
firefox.exe
cd "C:\Program Files\Internet Explorer"
IEXPLORE.EXE
exit
It opens IE and Firefox fine but will not close the prompt until both programs have been closed.
How can I force it to close once the programs have loaded?
I have a batch file called OpenProgs.cmd which has the code:
cd "c:\program files\mozilla firefox"
firefox.exe
cd "C:\Program Files\Internet Explorer"
IEXPLORE.EXE
exit
It opens IE and Firefox fine but will not close the prompt until both programs have been closed.
How can I force it to close once the programs have loaded?