Computing.Net > Forums > Programming > Batch(Dos), Delay between command

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Batch(Dos), Delay between command

Reply to Message Icon

Name: bbmak
Date: December 29, 2007 at 03:57:03 Pacific
OS: Win XP
CPU/Ram: 1024
Comment:

I want a few second delay between each line when executed. Are there anyway to do it? like 5 seconds delay.


t:\winamp55\winamp55.exe

t:\NOD32\NOD32_2.70.39_standard.exe /silentmode

copy t:\acdsee\ACDSee32.exe "C:\Documents and Settings\All Users\Desktop\" /y

REGEDT32.EXE /S t:\registry\tweak.reg

powercfg.exe /hibernate off

cscript t:\firefoxADM_0.4\firefoxADM_Startup_0.4\firefox_startup.vbs /y

SHUTDOWN -r -t 200



Sponsored Link
Ads by Google

Response Number 1
Name: Mechanix2Go
Date: December 29, 2007 at 09:24:55 Pacific
Reply:

ping 1.1.1.1 -n 1 -w 300000


=====================================
If at first you don't succeed, you're about average.

M2



0

Response Number 2
Name: User123456789
Date: January 3, 2008 at 03:55:09 Pacific
Reply:

Until the day that MS provides us with a correct to do that, you can get a Windows ported "sleep" command, from the internet ...

... or you can use "CHOICE", stolen from another (old) Windows version, which is actually a command to query user input, but it has got a time-out functionality, like "ping".

Hi there.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Batch(Dos), Delay between command

Copy multiple files with a delay between each www.computing.net/answers/programming/copy-multiple-files-with-a-delay-between-each/19958.html

BATch file -- Delay after deltree www.computing.net/answers/programming/batch-file-delay-after-deltree/13889.html

Can some batch do this? www.computing.net/answers/programming/can-some-batch-do-this/14425.html