MSFN Forum: Batch Wait cmd - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Batch Wait cmd Rate Topic: -----

#1 User is offline   Dynaletik 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 652
  • Joined: 18-September 04
  • OS:none specified
  • Country: Country Flag

Posted 13 November 2004 - 04:38 AM

Is there a command that lets a batch file wait for 5 seconds where I can definde the time that the batch should wait??

I only know the /wait switch but thats for install of Apps....I just want my cmd file to wait a few seconds.


#2 User is offline   BritishBulldog 

  • Member
  • PipPip
  • Group: Members
  • Posts: 271
  • Joined: 11-October 04

Posted 13 November 2004 - 05:57 AM

this is a code for a 60 second pause

PING 1.1.1.1 -n 1 -w 60000 >NUL


this is i think then for a 5 second pause

PING 1.1.1.1 -n 1 -w 5000 >NUL


Viel Erfolg

#3 User is offline   Dynaletik 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 652
  • Joined: 18-September 04
  • OS:none specified
  • Country: Country Flag

Posted 13 November 2004 - 06:52 AM

Thx bulldog....that helped...now my WinRar Shortcuts get removed.

#4 User is offline   nakira 

  • Member
  • PipPip
  • Group: Members
  • Posts: 118
  • Joined: 18-July 04

Posted 13 November 2004 - 09:38 AM

Get sleep.exe from http://unattended.ms...p/downloads.htm

#5 User is offline   BritishBulldog 

  • Member
  • PipPip
  • Group: Members
  • Posts: 271
  • Joined: 11-October 04

Posted 13 November 2004 - 09:51 AM

glad to help :)

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy