zFrank Posted August 15, 2008 Posted August 15, 2008 hi, can anyone please tell me how to shedule a file to run on a given time using autoit script? for example if i want to run a file after 2days then what should i do? i know about registry and startup folders but these will only work on restart and will run on every restart. please help! [font="Georgia"]GSM Expert[/font] but not AutoIt :DProud to be Admin Of : http://www.gsmhosting.net/visit my Forum... http://www.gsmhosting.net/vbb/index.php$Life = "Happy" If @Error Then $Life = "Risk"
Andreik Posted August 15, 2008 Posted August 15, 2008 hi, can anyone please tell me how to shedule a file to run on a given time using autoit script?for example if i want to run a file after 2days then what should i do?i know about registry and startup folders but these will only work on restart and will run on every restart.please help!Use MS-DOS 'at' command.Look here for syntax: http://www.computerhope.com/at.htmHope that helps.
zFrank Posted August 15, 2008 Author Posted August 15, 2008 @ Andreik Thanks for quick help but will you please tell me how to do it in autoit, for example if i want to run my file after 2 days? [font="Georgia"]GSM Expert[/font] but not AutoIt :DProud to be Admin Of : http://www.gsmhosting.net/visit my Forum... http://www.gsmhosting.net/vbb/index.php$Life = "Happy" If @Error Then $Life = "Risk"
Andreik Posted August 15, 2008 Posted August 15, 2008 @ AndreikThanks for quick help but will you please tell me how to do it in autoit, for example if i want to run my file after 2 days?The syntax for at command is here http://www.computerhope.com/at.htmAnd use _RunDOS() to do that in AutoIt.
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