Caaio Posted October 10, 2007 Posted October 10, 2007 Dear guys, I'm looking for a script that will run everyday automatic, will make a command line in DOS mode that will make a zip file. This zip file must be saved with a different name everytime that script is running (of preference with name of the date of the day). Anyone knows if there is any script that make this command or something that is seemed with what I'm looking for?! Regards.
zfisherdrums Posted October 10, 2007 Posted October 10, 2007 (edited) Hello Caaio, Sorry, in a meeting right now so this must be brief. Check out the following: 1 - For creating ZIP files via commandline, check out IZARC 2 - Compile a script using ShellExecuteWait to call command line, passing a unique string for output filename 3 - Windows Task Scheduler ( in Control Panel ) for scheduling your task Edited October 10, 2007 by zfisherdrums Identify .NET controls by their design time namesLazyReader© could have read all this for you. Unit Testing for AutoItFolder WatcherWord Doc ComparisonThis here blog...
Recommended Posts