When I execute a program from a batch file in windows 9x based OS (such as notepad.exe, iexplore.exe), this program is launched and the batch process continues (just like when you use & in unix shells).
But when I perform the same task in windows NT based OS, programs runs in foreground mode, that is, batch process stops until you close the program that was executed.
I want to launch several programs in background mode. How can I do it in NT, 2k, XP?
Thanks a lot
But when I perform the same task in windows NT based OS, programs runs in foreground mode, that is, batch process stops until you close the program that was executed.
I want to launch several programs in background mode. How can I do it in NT, 2k, XP?
Thanks a lot