zorlar Posted October 23, 2016 Share Posted October 23, 2016 Hi, I'm not professional autoit coder. I need to create a task. My software need to run when each computer starts and every day(Using task scheduler) I looked here But I do not understand how the edit code in my request. My file path tempdir/clean.exe Also, Sorry my english not good. Thanks Link to comment Share on other sites More sharing options...
Anoop Posted October 23, 2016 Share Posted October 23, 2016 Add it to startup folder - http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/how-to-add-a-program-to-startup/91d18255-659e-4796-87f6-5e6c814c7d50 Link to comment Share on other sites More sharing options...
zorlar Posted October 23, 2016 Author Share Posted October 23, 2016 18 minutes ago, Anoop said: Add it to startup folder - http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/how-to-add-a-program-to-startup/91d18255-659e-4796-87f6-5e6c814c7d50 Thanks but I already know it. I need to add task schedule Link to comment Share on other sites More sharing options...
zorlar Posted October 23, 2016 Author Share Posted October 23, 2016 (edited) I need help about this subject. Edited October 23, 2016 by zorlar Link to comment Share on other sites More sharing options...
Developers Jos Posted October 23, 2016 Developers Share Posted October 23, 2016 @zorlar, Please do not bump your own threads within 24 hours. Remember this is not a 24/7 support forum - those who answer are only here because they like helping others and have some time to spare. You just have to wait until someone who knows something about your particular problem, and is willing to help, comes online. Jos 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. Link to comment Share on other sites More sharing options...
orbs Posted October 23, 2016 Share Posted October 23, 2016 @zorlar, create a scheduled task and configure it manually just the way you want it. then export it to XML. when you install your software, deploy that XML file and call schtasks.exe to create a task based on it. see this topic for example: Signature - my forum contributions: Spoiler UDF: LFN - support for long file names (over 260 characters) InputImpose - impose valid characters in an input control TimeConvert - convert UTC to/from local time and/or reformat the string representation AMF - accept multiple files from Windows Explorer context menu DateDuration - literal description of the difference between given dates Apps: Touch - set the "modified" timestamp of a file to current time Show For Files - tray menu to show/hide files extensions, hidden & system files, and selection checkboxes SPDiff - Single-Pane Text Diff Link to comment Share on other sites More sharing options...
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