[windows2000] Re: Pause timer for batch files?

Err ok :oD 

-----Original Message-----
From: Ray at work [mailto:listray@xxxxxxxxxx] 
Sent: 24 May 2004 14:13
To: windows2000@xxxxxxxxxxxxx
Subject: [windows2000] Re: Pause timer for batch files?

Here's the poor man's pauser.  Ping localhost n+1 times.

@echo off
@echo Thirty seconds beginning
ping -n 31 localhost>nul
@echo Thirty seconds have past.

Ray at work

> -----Original Message-----
> From: windows2000-bounce@xxxxxxxxxxxxx 
> [mailto:windows2000-bounce@xxxxxxxxxxxxx] On Behalf Of Sorin Srbu
> 

> I'm speculating whether there is a "pause timer" of some sort, that
> I can tell to pause for some 30 seconds and then continue w/o the
> user input.


********************************************************
This Weeks Sponsor StressedPuppy.com Games
Feeling stressed out? Check out our games to
relieve your stress.
http://www.StressedPuppy.com
********************************************************
To Unsubscribe, set digest or vacation
mode or view archives use the below link.

http://thethin.net/win2000list.cfm
********************************************************
This Weeks Sponsor StressedPuppy.com Games
Feeling stressed out? Check out our games to
relieve your stress.
http://www.StressedPuppy.com
********************************************************
To Unsubscribe, set digest or vacation
mode or view archives use the below link.

http://thethin.net/win2000list.cfm

Other related posts: