newbieman Posted January 5, 2010 Posted January 5, 2010 COULD ANYONE PLEASE HELP ME CAUSE I'M NEW HERE. WHEN I CLICK THE "autoIT HELP FILE" IN THE START MENU NOTHING HAPPENS, I THINK I SHOULD SEE A WINDOW OF SOME LISTS OF CODES TO HELP ME BUT NOTHING APPEARS WHEN I CLICK THE AUTOIT HELP FILE... PLS HELP TY!
JohnOne Posted January 5, 2010 Posted January 5, 2010 Start by pressing your Caps Lock key so the keyboard light goes out. Does it work from the scite editor, pressing F1 ? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
newbieman Posted January 5, 2010 Author Posted January 5, 2010 Start by pressing your Caps Lock key so the keyboard light goes out.Does it work from the scite editor, pressing F1 ?f1 is not working either
Zedna Posted January 5, 2010 Posted January 5, 2010 (edited) What OS and Autoit version? Check if "C:\Program Files\AutoIt3\AutoIt.chm" exists and invoke it from Explorer. Reinstall Autoit. Do other CHM files work for you? Edited January 5, 2010 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
newbieman Posted January 5, 2010 Author Posted January 5, 2010 What OS and Autoit version?Check if "C:\Program Files\AutoIt3\AutoIt.chm" exists and invoke it from Explorer.Reinstall Autoit.Do other CHM files work for you?i'm using "XP" and the latest version of autoit.i checkd the "AutoIt.chm" file and it dosn't exists. i dont know what to do.bdw thank you for your help..
JohnOne Posted January 5, 2010 Posted January 5, 2010 Autoit does not seem to have installed correctly, uninstall/re-install, see if that fixes it. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Developers Jos Posted January 5, 2010 Developers Posted January 5, 2010 i'm using "XP" and the latest version of autoit.i checkd the "AutoIt.chm" file and it dosn't exists. i dont know what to do.bdw thank you for your help..Newbieman, STOP Pming people for answers.Next report I get on this will urn you a ban from these forums.Now,how did you install AutoIt3?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.
newbieman Posted January 5, 2010 Author Posted January 5, 2010 Autoit does not seem to have installed correctly, uninstall/re-install, see if that fixes it.IT'S STILL NOT WORKING.
Developers Jos Posted January 5, 2010 Developers Posted January 5, 2010 IT'S STILL NOT WORKING. For the last time: STOP TYPING CAPS!Read my previous post and answer in it plain normal English.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.
newbieman Posted January 5, 2010 Author Posted January 5, 2010 Newbieman, STOP Pming people for answers.Next report I get on this will urn you a ban from these forums.Now,how did you install AutoIt3?JosIM SORRYI USED THE SET UP WIZARD
Developers Jos Posted January 5, 2010 Developers Posted January 5, 2010 (edited) I hope you didn't see my last post when typing this post. What OS are you running? Edited January 5, 2010 by 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.
newbieman Posted January 5, 2010 Author Posted January 5, 2010 I hope you didn't see my last post when typing this post.What OS are you running?Windos XP
Developers Jos Posted January 5, 2010 Developers Posted January 5, 2010 Ok, Open SciTE and save this code as Test.au3. Then Hit F5 And tell me what is shown in the Output pane.. $Open_SciTe = '"' & @ScriptDir & '\SciTE\SciTE.exe" "%1"' $Edit_SciTe = '"' & @ScriptDir & '\SciTE\SciTE.exe" "%1"' $Run_SciTe = '"' & @ScriptDir & '\AutoIt3.exe" "%1" %*' $Open = RegRead("HKCR\AutoIt3Script\Shell\Open\Command", "") $Edit = RegRead("HKCR\AutoIt3Script\Shell\Edit\Command", "") $Run = RegRead("HKCR\AutoIt3Script\Shell\Run\Command", "") $Default = RegRead("HKCR\AutoIt3Script\Shell", "") $FixedOpen = RegRead("HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.au3", "Application") ConsoleWrite("+****************************************************************************************" &@CRLF) ConsoleWrite("+* Current setting: " &@CRLF) ConsoleWrite("+* Default action:" & $Default & @CRLF) ConsoleWrite("+* Run:" & $Run & @CRLF) ConsoleWrite("+* Open:" & $Open & @CRLF) ConsoleWrite("+* Edit:" & $Edit & @CRLF) ConsoleWrite("+* Always open with:" & $FixedOpen & @CRLF) $AutoIt3Dir = RegRead("HKLM\Software\AutoIt v3\Autoit", 'InstallDir') ConsoleWrite("+* Helpfile:" & $AutoIt3Dir & "\Autoit3.chm" & @CRLF) ShellExecute($AutoIt3Dir & "\Autoit3.chm") ConsoleWrite("+****************************************************************************************" &@CRLF) 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.
newbieman Posted January 5, 2010 Author Posted January 5, 2010 Ok, Open SciTE and save this code as Test.au3. Then Hit F5 And tell me what is shown in the Output pane.. $Open_SciTe = '"' & @ScriptDir & '\SciTE\SciTE.exe" "%1"' $Edit_SciTe = '"' & @ScriptDir & '\SciTE\SciTE.exe" "%1"' $Run_SciTe = '"' & @ScriptDir & '\AutoIt3.exe" "%1" %*' $Open = RegRead("HKCR\AutoIt3Script\Shell\Open\Command", "") $Edit = RegRead("HKCR\AutoIt3Script\Shell\Edit\Command", "") $Run = RegRead("HKCR\AutoIt3Script\Shell\Run\Command", "") $Default = RegRead("HKCR\AutoIt3Script\Shell", "") $FixedOpen = RegRead("HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.au3", "Application") ConsoleWrite("+****************************************************************************************" &@CRLF) ConsoleWrite("+* Current setting: " &@CRLF) ConsoleWrite("+* Default action:" & $Default & @CRLF) ConsoleWrite("+* Run:" & $Run & @CRLF) ConsoleWrite("+* Open:" & $Open & @CRLF) ConsoleWrite("+* Edit:" & $Edit & @CRLF) ConsoleWrite("+* Always open with:" & $FixedOpen & @CRLF) $AutoIt3Dir = RegRead("HKLM\Software\AutoIt v3\Autoit", 'InstallDir') ConsoleWrite("+* Helpfile:" & $AutoIt3Dir & "\Autoit3.chm" & @CRLF) ShellExecute($AutoIt3Dir & "\Autoit3.chm") ConsoleWrite("+****************************************************************************************" &@CRLF) >"C:\Program Files\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Program Files\AutoIt3\Test.au3.au3" +**************************************************************************************** +* Current setting: +* Default action:Open +* Run:"C:\Program Files\AutoIt3\AutoIt3.exe" "%1" %* +* Open:"C:\Program Files\AutoIt3\SciTE\SciTE.exe" "%1" +* Edit:"C:\Program Files\AutoIt3\SciTE\SciTE.exe" "%1" +* Always open with: +* Helpfile:C:\Program Files\AutoIt3\Autoit3.chm +**************************************************************************************** >Exit code: 0 Time: 0.225
Developers Jos Posted January 5, 2010 Developers Posted January 5, 2010 >"C:\Program Files\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Program Files\AutoIt3\Test.au3.au3" +****************************************************************************************+* Current setting: +* Default action:Open+* Run:"C:\Program Files\AutoIt3\AutoIt3.exe" "%1" %*+* Open:"C:\Program Files\AutoIt3\SciTE\SciTE.exe" "%1"+* Edit:"C:\Program Files\AutoIt3\SciTE\SciTE.exe" "%1"+* Always open with:+* Helpfile:C:\Program Files\AutoIt3\Autoit3.chm+****************************************************************************************>Exit code: 0 Time: 0.225Did the Helpfile open? when the script was done? 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.
Bert Posted January 5, 2010 Posted January 5, 2010 He could try to do a reinstall of the suite. The Vollatran project My blog: http://www.vollysinterestingshit.com/
newbieman Posted January 5, 2010 Author Posted January 5, 2010 (edited) Did the Helpfile open? when the script was done?No it didn't openI tried hitting F1 and clicking it from the start menu, nothing happened. Edited January 5, 2010 by newbieman
anzacfalcon Posted January 5, 2010 Posted January 5, 2010 No it didn't openI have realised this aswell. If the au3 script isn't saved then the help file will not start. Save the au3 file and try.
Sobiech Posted January 5, 2010 Posted January 5, 2010 IT'S STILL NOT WORKING. Write some code ;blah Save File and push F1 In my SciTe help file doesnt work if i dont have any code This world is crazy
newbieman Posted January 5, 2010 Author Posted January 5, 2010 Write some code ;blah Save File and push F1 In my SciTe help file doesnt work if i dont have any code Still not working.
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