bluebearr Posted August 20, 2007 Posted August 20, 2007 Open Regedit. Navigate to HKEY_CLASSES_ROOT\.au3.Look at the default value. It should be AutoIt3Script. Go to the key represented by this value, e.g., HKEY_CLASSES_ROOT\AutoIt3Script.Look at the Default value of the Shell subkey. It should be the action you want to take on a double-click (e.g., "Edit")Look at the Edit\Command subkey (HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Edit\Command). The Default value is what will be run when you choose the Edit option (or, if Edit is the default, you double-click the file). To open with SciTe, the Default value should be "C:\Program Files\AutoIt3\SciTE\SciTE.exe" "%1" BlueBearrOddly enough, this is what I do for fun.
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