| 1. |
Solve : run 2nd and 3rd bat file 5 min after running 1st bat file? |
|
Answer» Hi C:\test>type mainbat.bat Dear SATexas Thank you very MUCH for your help. I modified your codes to the followings but it seems like it is not working. After running FBHI for 1700 second the program closed itself and did not started HFI.bat or min5ha.bat or VI.bat. Did I missed anything in the code? I don't mind if they (HFI, min5ha and VI) START one after one after 60 second in different command window. Thank you very much ***********. @echo off call del.bat echo return from delbat.bat call FBHI.bat echo return from FBHI.bat echo Use sleep command for delays rem sleep 60 sleep 25 call HFI.bat echo return to main from HFI call min5ha.bat echo return to main from min5ha.bat call VI.bat echo return to main from VI.bat echo The End echo BYE *********Still not working !! |
|