ChaosInACT 0 Posted November 1, 2010 I'm sure this is very simple, but I've never used AutoIt before and didn't seem to find anything on a quick search. We need to have an automated file copy occur every night / morning at say 3am. Copy with AutoIt seems very simple, but what about the scheduling? Is there and easy way to do this? Thanks. Share this post Link to post Share on other sites
somdcomputerguy 103 Posted November 1, 2010 The @HOUR macro could be used as a condition in an If statement. See an example here, Autoit Wrappers - AutoIt Forums - Page 7. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change. Share this post Link to post Share on other sites
AdmiralAlkex 125 Posted November 2, 2010 Or compile the script and use Windows own Scheduler .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Share this post Link to post Share on other sites