more than one start statment in the same bash ?

Posted by Mohammad AL-Rawabdeh on Server Fault See other posts from Server Fault or by Mohammad AL-Rawabdeh
Published on 2011-02-14T15:24:07Z Indexed on 2011/02/14 15:27 UTC
Read the original article Hit count: 235

Filed under:
|
|
|

i write the following bash file :-

start D:\folder1\bin\run.bat

start D:\folder2\bin\run.bat

start D:\folder3\bin\run.bat

start D:\folder4\bin\run.bat

but it is execute the first start but give me the following error:-

windows cannot find " D:\folder2\bin" Make sure you type the name correctly, and then try again. To search for a file, click the start button,and then click search

*Note :- I'm sure spelling correct and i'am put start D:\folder2\bin\run.bat in other file and it is execute correctly

© Server Fault or respective owner

Related posts about command-line

Related posts about batch-file