mikebob Posted February 26, 2007 Posted February 26, 2007 What is the command to automatically put a delay before running the script. I want the delay at the beginning say 46 seconds and then run the rest of the script, also and way to hide the systray icon when its running?
Developers Jos Posted February 26, 2007 Developers Posted February 26, 2007 What is the command to automatically put a delay before running the script. I want the delay at the beginning say 46 seconds and then run the rest of the script, also and way to hide the systray icon when its running?sleep(46000) ? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Exotic Posted February 26, 2007 Posted February 26, 2007 CODE#NoTrayIcon Sleep(46000) ;put the rest of the code here Thats how you do it
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now