| 1. |
Solve : Batch file to run multiple programs - error on command line? |
|
Answer» I'm new to BATCH files and have read the beginner MATERIAL on here. I can get certain programs to run through my batch file but others I can't because of the spaces in the file path. I have already done the simple things mentioned on this site like adding the quotation marks but that doesn work. Okay I figured out what I'm doing wrong. here is how the command line should look:Quite strange, I haven't seen a path with more than one set of quotes...but start "C:\Directory Here\file name.exe" should work...I had the same problem but when i removed the start command and checked my spelling it did work |
|