1.

Solve : how to proceed with app without killing the process???

Answer»

ive got a problem. i wrote a script that allows to execute many programs from one APP, but it stops when it executes first app. how can i skip to the next line without shutting this first program down?

P.S. sorry for my terrible english!USE the START command like this in a batch to return after launching program:-

start, then two quotes, then the program full path and NAME (in quotes if there are SPACES)

Code: [Select]start "" "C:\Windows\Notepad.exe"
start "" "C:\Program Files\Internet Explorer\IEXPLORE.EXE"



Discussion

No Comment Found