Jump to content

Recommended Posts

Posted

Hi, i am trying to pass the switch /PIP /xpassword /SNTNODEA to the proxy.exe file. Tried as below but it fails whats the best way to do this ?

; Run Proxy

Run("C:\Program Files\Funk Software\Proxy Master\Proxy.exe" /PIP /xpassword /SNTNODEA)

Thanks Andrew Lewis

Posted (edited)

Hi, i am trying to pass the switch /PIP /xpassword /SNTNODEA to the proxy.exe file. Tried as below but it fails whats the best way to do this ?

; Run Proxy

Run("C:\Program Files\Funk Software\Proxy Master\Proxy.exe" /PIP /xpassword /SNTNODEA)

Thanks Andrew Lewis

Run("C:\Program Files\Funk Software\Proxy Master\Proxy.exe /PIP /xpassword /SNTNODEA")

or

Run('"C:\Program Files\Funk Software\Proxy Master\Proxy.exe"' & " /PIP /xpassword /SNTNODEA")

Single quote ' and then double quote " !!

Cheers

Kurt

Edited by /dev/null

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

Posted

Hi, i am trying to pass the switch /PIP /xpassword /SNTNODEA to the proxy.exe file. Tried as below but it fails whats the best way to do this ?

; Run Proxy

Run("C:\Program Files\Funk Software\Proxy Master\Proxy.exe" /PIP /xpassword /SNTNODEA)

Thanks Andrew Lewis

Thanks

That was easy when you know how. I very new to Autoit but think it's great and having fun learning.

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