Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Re: --->Batch command question<---

Reply
Thread Tools Display Modes

Re: --->Batch command question<---

 
 
Nil
Guest
Posts: n/a

 
      02-06-2010
On 06 Feb 2010, batchconfused <>
wrote in microsoft.public.windows.vista.general:

> I am trying to create a 2-5 second delay in a batch file. I need
> for the viewer to have enough time to see the text "application is
> opening" before it actually opens. I am running vista, and the
> ping command and wait command do not work on it. PLEASE HELP!!


There are a variety of "wait" or "sleep" utilities out there, including
the old "CHOICE.COM" from Windows98 and earlier DOS versions.

The free command replacement TCC/LE includes a "delay" command.

Ping is available in Vista, and the ping trick still works. Try:

ping 1.1.1.1 -n 1 -w 5000

Otherwise, there's no built-in Windows command specifically for this.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59