When write an .bat as follows:

 

a.bat

b.bat

c.bat

 

Only a.bat will be executed.

To let all three .bat can be executed, re-write it as follows:

 

call a.bat

call b.bat

call c.bat

 

 

 

 

arrow
arrow
    全站熱搜

    bamil 發表在 痞客邦 留言(0) 人氣()