Name: kabo Date: January 4, 2008 at 11:36:08 Pacific Subject: Batch -t -s command OS: Windows Vista home premiu CPU/Ram: pentium d 2.80GHZx2; 1GB
Comment:
Hi! I wanted to do a batch file that would make appear a message, then it would wait for...20 seconds withouth do nothing.After these 20 seconds, another CMD box would appear and say another message. 5 seconds after, it would begin to run all of my commands. Code i have right now is here:echo off echo MESSAGE echo -- START -s -t 20 echo MESSAGE START -s -t 5 START START START START START START pause
My problem is that windows says file -s -t doenst exist!! What to do? Thanks.
START is looking for an application or command to start. -s -t 5 are not applications or commands, they are parmeters to a command. START does not take -s -t.
Go to a command prompt and type START /? and you will see what start will and will not do.
The information on Computing.Net is the opinions of its users. Such
opinions may not be accurate and they are to be used at your own risk.
Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE