Referring to following coding for batch file, which run 2 batch files. I would like to run the A123.bat and delay 10 seconds and run B345.bat, but B345.bat does not run as result.
C:\Temp\A123.bat
SLEEP 10
C:\Temp\B345.bat
Does anyone have any suggestions on what wrong it is?
Thanks in advance
Thanks in advance for any suggestions