davidtan Posted November 1, 2009 Share Posted November 1, 2009 I am getting an error that after when Autoit installed successfully then when I right click then go to "New" there is no Autoit page available when I try to open it from programe file SCI editor open but when I save code it save it in "Notepad" format?now what to do & how to solve this issue? Link to comment Share on other sites More sharing options...
Authenticity Posted November 1, 2009 Share Posted November 1, 2009 What do you mean "Notepad" format? Can you see file extensions? If so what is the file extension? Try to reinstall SciTE using this page. You don't need to but you can try to reinstall AutoIt from here as well. Link to comment Share on other sites More sharing options...
davidtan Posted November 1, 2009 Author Share Posted November 1, 2009 I already re-install Autoit & SCIEditor for a lot of times but no success see even though autoit is installed but there is no autoit sign iin new.And when I open SCIEditor from autoit folder it open normal & code also written there but when I save the code it save it in text formate eventhough extension is .au3 & also show like a text file & when open that text file it shows as follow Link to comment Share on other sites More sharing options...
Authenticity Posted November 1, 2009 Share Posted November 1, 2009 Can you export this key content to a file and post the content of that file: "HKEY_CLASSES_ROOT\AutoIt3Script\Shell" Another alternative is to do it yourself, I'm not in front of Windows XP so I don't remember it right but from any folder view, choose Tools -> Folder Options and the extensions mapping should be the third tab. Look at a few examples like .txt or .pdf to see how the extension's open or edit are defined. The rest should be like this but using your path: Name -> Command: ---------------- Compile -> "C:\Program Files\AutoIt3\Aut2Exe\Aut2Exe.exe" /in "%l" Compile With Options -> "C:\Program Files\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper_Gui.exe" /in "%l" Edit -> "C:\Program Files\AutoIt3\SciTE\SciTE.exe" "%1" Open -> "C:\Program Files\AutoIt3\SciTE\SciTE.exe" "%1" Run -> "C:\Program Files\AutoIt3\AutoIt3.exe" "%1" %* Tidy -> "C:\Program Files\AutoIt3\SciTE\Tidy\Tidy.exe" "%1" It's better if you can fully install AutoIt and let it set the registry. Link to comment Share on other sites More sharing options...
Developers Jos Posted November 1, 2009 Developers Share Posted November 1, 2009 Looks like you have some old registry stuff bugging you. Try running attached script and fix any issues. Jos 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...
davidtan Posted November 2, 2009 Author Share Posted November 2, 2009 Brother Jos & Authenticity I tried everything but no success again the issue is the same & when I uninstall the autoit I use "Revo Uninstaller" which fully remove all registry things from windows plz someone help me I want to use autoit Link to comment Share on other sites More sharing options...
Developers Jos Posted November 2, 2009 Developers Share Posted November 2, 2009 Brother Jos & Authenticity I tried everything but no success again the issue is the same & when I uninstall the autoit I use "Revo Uninstaller" which fully remove all registry things from windows plz someone help me I want to use autoitYou will have to share some more info because just telling us it doesn't work is not going to tell us much.What did the script tell you about the installation? 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...
davidtan Posted November 2, 2009 Author Share Posted November 2, 2009 I turned my windows into clasic mode is it one of the reason due to which autoit is not playing well? Link to comment Share on other sites More sharing options...
Authenticity Posted November 2, 2009 Share Posted November 2, 2009 Doubt it's the class mode.. Try this one, save it to something.reg and register it, make sure the paths are correct before you write it to the registry: expandcollapse popupWindows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\AutoIt3Script\Shell] @="Open" [HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Compile] @="Compile Script" [HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Compile\Command] @="\"C:\\Program Files\\AutoIt3\\Aut2Exe\\Aut2Exe.exe\" /in \"%l\"" [HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Compile with Options] [HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Compile with Options\Command] @="\"C:\\Program Files\\AutoIt3\\SciTE\\AutoIt3Wrapper\\AutoIt3Wrapper_Gui.exe\" /in \"%l\"" [HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Edit] @="Edit Script" [HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Edit\Command] @="\"C:\\Program Files\\AutoIt3\\SciTE\\SciTE.exe\" \"%1\"" [HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Open] @="Open" [HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Open\Command] @="\"C:\\Program Files\\AutoIt3\\SciTE\\SciTE.exe\" \"%1\"" [HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Run] @="Run Script" [HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Run\Command] @="\"C:\\Program Files\\AutoIt3\\AutoIt3.exe\" \"%1\" %*" [HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Tidy] [HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Tidy\Command] @="\"C:\\Program Files\\AutoIt3\\SciTE\\Tidy\\Tidy.exe\" \"%1\"" Link to comment Share on other sites More sharing options...
davidtan Posted November 3, 2009 Author Share Posted November 3, 2009 Again no success I think I have to re-installl windows once again 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