Guest Tezza Posted July 10, 2005 Posted July 10, 2005 (edited) Hi Guys What Im trying to do is right click on a file or directory and copy it to a directory on another drive, eg: DirCopy("%1", "C:\Bak", 1). As C:\Bak will be the default destination drive. Ive made up a menu in the registry already. but need to make a exe file out of autoit to make it work. REGEDIT4 [HKEY_CLASSES_ROOT\Directory\shell\Copy2Bak] @="Copy to C:\Bak" [HKEY_CLASSES_ROOT\Directory\shell\Copy2Bak\command] @="C:\\Windows\\Cop2bak.exe \"%1\"" Help would be appreciated, using XPpro Thanks Tezza Edited July 10, 2005 by Tezza
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