LondonNDIB Posted February 9, 2007 Posted February 9, 2007 I have an archiving script for our business. Problem is, we need to tell the program (via an INI file) which files/folders to archive, and which ones to exclude. up until now, we've just manually entered the paths into the INI but this is clumbsy and quickly becoming unmangeable... and isn't really user friendly. So I thought instead I could just right-click on any given file/folder in the windows explorer and mark it for archiving. Sort of like when you right click on a file and zip it, or scan it for a virus, or whatever. So if someone knows how to make it so I can right-click a file and do [something] I'd appreciate the help. Thanks. LD
Danny35d Posted February 9, 2007 Posted February 9, 2007 This link it may give you some idea. AutoIt Scripts:NetPrinter - Network Printer UtilityRobocopyGUI - GUI interface for M$ robocopy command line
LondonNDIB Posted February 10, 2007 Author Posted February 10, 2007 RegWrite('HKEY_CLASSES_ROOT\Folder\Shell\ClickCopy - Source\Command', '', 'REG_SZ', @WindowsDir & '' & @ScriptName & ' /Source "' & '%1"')Yep! That's what I needed... thanks. LD
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