Jump to content

Open With


Recommended Posts

Thanks, but now i am getting this error

>"C:\Program Files\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Documents and Settings\Tinnu\Desktop\install.au3"

C:\Documents and Settings\Tinnu\Desktop\install.au3 (16) : ==> Error in expression.:

Run(@ProgramFilesDir & "\Mozilla Firefox\firefox.exe " "c:\AdBlockerPlus.xpi")

Run(^ ERROR

>Exit code: 1 Time: 5.766

Edited by Tinnu
Link to comment
Share on other sites

>"C:\Program Files\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Documents and Settings\Tinnu\Desktop\install.au3"

C:\Documents and Settings\Tinnu\Desktop\install.au3 (16) : ==> Error in expression.:

Run(@ProgramFilesDir & "\Mozilla Firefox\firefox.exe " "c:\AdBlockerPlus.xpi")

Run(^ ERROR

Add an & before $Path

Run(@ProgramFilesDir & "\Mozilla Firefox\firefox.exe " & $Path & "\AdBlockerPlus.xpi")
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...