Jump to content

Recommended Posts

Posted (edited)

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
Posted

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

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
×
×
  • Create New...