I currently have a script set up that fires off at 9:00 in the morning. The script looks at a folder and checks for files. If it finds a file it processes it then looks for another file. It will process all of the files until the folder no longer contains any files. If the folder is empty, the script will terminate. Is there a way to have the script keep polling until 12:00. Maybe set up a wait statement and have it check every 10 minutes until it is 12:00 then shut down?
This message was scanned with MIMESweeper.
