|
Answer» Hi all,
I need help in creating a batch file.
I have 8 files, that run in the same programme that I need to launch together.
I have managed to get the batch file to load the first, but it STOPS there untill you close the window, then it loads the next, and so on.
How do I get it to load them at the same TIME? Or at least one after the other without having to do anything?u can use a VBS script to call them it might work. Never tried it
CreateObject("Wscript.Shell").Run "C:\login.bat", 0, False
will launch the file login.bat just copy into a .txt and rename .vbs
|