1.

Solve : Run another command and Not return control to first batch file?

Answer»

I'm running a script and the LAST command is to use NOTEPAD to open a file.
The 1ST script won't finish unless notepad is closed.

notepad x.txt
exit

Is there a WAY to run the notepad command in the 1st script and let the 1st script finish without closing notepad?Try

Start notepad x.txt & exit

Good luck.



Discussion

No Comment Found