|
-
April 17th, 2003, 10:03 PM
#1
Sript pausing
In a script how can you insert a pause for X seconds between two commands?
Thanks Andrew.
-
April 17th, 2003, 10:41 PM
#2
If you are referring to VBS, it would be
Wscript.Sleep 500 'time is in milliseconds
For JS it would be
Wscript.Sleep(500); 'time is in milliseconds
-
April 18th, 2003, 01:55 AM
#3
Scripting from a .bat file. I found the tool i was looking for on google, called wait.bat.
Thanks andrew
-
April 19th, 2003, 04:56 AM
#4
Here's a DOS command that will pause for 10 seconds:- choice/c:./t:.,10/n "Pausing for 10 seconds ..."
Note: You can change both those "10"'s to anything from "0" to "99".
More info: http://www.vfrazee.com/ms-dos/6.22/help/choice.htm
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|