Guest dasani1234 Posted May 10, 2005 Share Posted May 10, 2005 When I double-click on an au3 file or icon, the file opens for editing. How do I configure so that double-clicking runs the script rather than opens it for editing? Thanks. Link to comment Share on other sites More sharing options...
herewasplato Posted May 10, 2005 Share Posted May 10, 2005 When I double-click on an au3 file or icon, the file opens for editing. How do I configure so that double-clicking runs the script rather than opens it for editing?Thanks.<{POST_SNAPBACK}>Re-install AutoIt and carefully read the prompts - one of them addresses this issue.ORchange the settings manually via explorer, tools, folder options, file types, au3 ext, advanced, Run Script, ---- change the program... on second thought, just re-install AutoIt :-) YanXL 1 [size="1"][font="Arial"].[u].[/u][/font][/size] Link to comment Share on other sites More sharing options...
Developers Jos Posted May 10, 2005 Developers Share Posted May 10, 2005 Re-install AutoIt and carefully read the prompts - one of them addresses this issue.ORchange the settings manually via explorer, tools, folder options, file types, au3 ext, advanced, Run Script, ---- change the program... on second thought, just re-install AutoIt :-)<{POST_SNAPBACK}>Or run SciTEConfig and select Run in stead of Edit as the default action .. vicsar 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Guest dasani1234 Posted May 10, 2005 Share Posted May 10, 2005 SciTEConfig is the way to go. I tried reinstalling but the dialog box that gives you the choice of run versus edit didn't come up. It didn't come up twice as a matter of fact Thanks everyone!! Link to comment Share on other sites More sharing options...
Developers Jos Posted May 10, 2005 Developers Share Posted May 10, 2005 SciTEConfig is the way to go.I tried reinstalling but the dialog box that gives you the choice of run versus edit didn't come up. It didn't come up twice as a matter of fact Thanks everyone!!<{POST_SNAPBACK}>You can either :- uninstall/Install Autoit3 to reset it to Run..- reinstall SciTE4AutoIt3 and specify Run when prompted - Run SciteConfig ... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
buzz44 Posted May 11, 2005 Share Posted May 11, 2005 (edited) Can't you do it via the registry key HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Run\Command It also as the options for "Edit, Run, Tidy, Open, Compile". When you double click something it's "Run", correct? For me "Run" is AutoIt.exe while "Edit" is Scite.exe. Just change the appropriate keys to what you want them to be opened via. Edited May 11, 2005 by Burrup qq Link to comment Share on other sites More sharing options...
herewasplato Posted May 11, 2005 Share Posted May 11, 2005 Or run SciTEConfig and select Run in stead of Edit as the default action .. <{POST_SNAPBACK}>Doh... I knew that I should have waited until I was on a computer where I could try the AutoIt install and remind myself where I had seen that prompt. It was the SciTe install that I was thinking of. Senility strikes again.@dasani1234Got it fixed yet? Looks like you are in good hands, so... [size="1"][font="Arial"].[u].[/u][/font][/size] Link to comment Share on other sites More sharing options...
MHz Posted May 11, 2005 Share Posted May 11, 2005 Can't you do it via the registry keyHKEY_CLASSES_ROOT\AutoIt3Script\Shell\Run\CommandIt also as the options for "Edit, Run, Tidy, Open, Compile". When you double click something it's "Run", correct? For me "Run" is AutoIt.exe while "Edit" is Scite.exe. Just change the appropriate keys to what you want them to be opened via.<{POST_SNAPBACK}>Change the default value here, for regedit method:HKEY_CLASSES_ROOT\AutoIt3Script\Shell maniootek 1 Link to comment Share on other sites More sharing options...
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