Archive

Posts Tagged ‘pause’

VBScript “Sleep” Function

June 15th, 2005

Sometimes during a VBScript, you need the system to “go to
sleep” for a little while so that you can wait for something to
happen.  For example, you might want to start a process running and
give it 30 seconds to finish before you do something else, or you might
want check a given directory for a file every minute or so. 

Read more…

admin VB and VBScript , , , , , , , ,