• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

batch or vbs scripting help

Possessed Freak

Diamond Member
Okay, this is for a project relating directly with D.C. so bear with me 😛

I need to know if there is a wait command in either batch or vbs scripting, basically need it to wait 3min before going to the next line of the script, (be it a batch or vbs).

 


<< The following is an example of how to delay a batch file any where from 5 to 99 seconds. In the below example we illustrate a 5 second delay.

TYPE NUL | CHOICE.COM /N /CY /TY,5 >NUL
>>


*Example Found Here

Osmo.
 
Back
Top