Jump to content

No help file


Recommended Posts

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!

Link to comment
Share on other sites

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..

Link to comment
Share on other sites

  • Developers

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.
  :)

Link to comment
Share on other sites

  • Developers

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.
  :)

Link to comment
Share on other sites

  • Developers

I hope you didn't see my last post when typing this post.

What OS are you running?

Edited 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.
  :)

Link to comment
Share on other sites

  • Developers

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.
  :)

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • Developers

>"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

Did 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.
  :)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...