Results 1 to 2 of 2

Thread: silent wait program

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2004
    Location
    Columbus, Ohio
    Posts
    3

    silent wait program

    I know this is an easy program, but I am not very good at all with VBS... I need to make a program that will wait 60 seconds, or 5 min's then exit... nothing fancy... just you exectue, it runs in the back ground for the alloted time...then exits, and not take up alot of system resources... any ideas?

    Thanks!

  2. #2
    PowerPoster
    Join Date
    May 2006
    Posts
    2,988

    Re: silent wait program

    hi, you could use

    WScript.Sleep 60000

    .. where 1000 = 1 second

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width