Him Posted January 5, 2007 Posted January 5, 2007 Hi, I have written a script that encrypts text files. I'd like to make the explorer show (to the right click menu) a shortcut to my script when I right click a .txt file. Is this possible?
Danny35d Posted January 5, 2007 Posted January 5, 2007 RegWrite('HKEY_CLASSES_ROOT\Folder\Shell\Encrypts Text \Command', '', 'REG_SZ', @WindowsDir & @ScriptName & '%1"') 1) Be sure you script use $CmdLine 2) You need to create registry key: HKEY_CLASSES_ROOT\*\Shell\Encrypts Text \Command', '', 'REG_SZ', @ScriptNameFull & ' "%1"') AutoIt Scripts:NetPrinter - Network Printer UtilityRobocopyGUI - GUI interface for M$ robocopy command line
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