Saved Bookmarks
| 1. |
Solve : can we run more than three scripts at a time? |
|
Answer» Hi, I have few ".vbs" scripts, in general i am using batch file to run them by placing ok first you would have to BUILD the scripts into applications Quote if i place in this way all the scripts are running but they are running in sequence like script1 then script 2 etc. yes this is possible by simply saying Code: [Select]start "script1" start "script2" etc. Quote is there any way we can run them in paralle? no srry, commands in batch cant be run similtaneously, because DOS reads batch files SEQUENTIALLY |
|