everseeker 0 Posted February 12, 2004 Share Posted February 12, 2004 I know I can right-click and pick an alternate editor, but how do I specify that the editor closen by the edit command is UE, TextPad, etc... Everseeker Link to post Share on other sites
scriptkitty 1 Posted February 12, 2004 Share Posted February 12, 2004 HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Edit\Command I use UltraEdit, so my script would be: RegWrite("HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Edit\Command", "", "REG_SZ", "C:\Program Files\UltraEdit\uedit32.exe %1") EnvUpdate () AutoIt3, the MACGYVER Pocket Knife for computers. Link to post Share on other sites
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