mbuk Posted July 31, 2006 Posted July 31, 2006 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
/dev/null Posted July 31, 2006 Posted July 31, 2006 (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 ProxyRun("C:\Program Files\Funk Software\Proxy Master\Proxy.exe" /PIP /xpassword /SNTNODEA)Thanks Andrew LewisRun("C:\Program Files\Funk Software\Proxy Master\Proxy.exe /PIP /xpassword /SNTNODEA")orRun('"C:\Program Files\Funk Software\Proxy Master\Proxy.exe"' & " /PIP /xpassword /SNTNODEA")Single quote ' and then double quote " !!CheersKurt Edited July 31, 2006 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 *
mbuk Posted July 31, 2006 Author Posted July 31, 2006 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 ProxyRun("C:\Program Files\Funk Software\Proxy Master\Proxy.exe" /PIP /xpassword /SNTNODEA)Thanks Andrew LewisThanks That was easy when you know how. I very new to Autoit but think it's great and having fun learning.
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