In line command (Processus startup postponed)
Posted: 26 Jul 2010 05:38
Hi
I have this batch file :
sleep 60
cd D:\PM10\DEBUG\
START CEMeasAvg.exe 127.0.0.1 D:\PM10\Ce_LHC8.txt
Is it possible to write it in-line, something like ?
D:\PM10\DEBUG\START CEMeasAvg.exe 127.0.0.1 D:\PM10\Ce_LHC8.txt /T,60
In fact, I just want to postponed of 60 seconds, the process startup.
Thanks
Yoann
I have this batch file :
sleep 60
cd D:\PM10\DEBUG\
START CEMeasAvg.exe 127.0.0.1 D:\PM10\Ce_LHC8.txt
Is it possible to write it in-line, something like ?
D:\PM10\DEBUG\START CEMeasAvg.exe 127.0.0.1 D:\PM10\Ce_LHC8.txt /T,60
In fact, I just want to postponed of 60 seconds, the process startup.
Thanks
Yoann