goologin.exe username password
Works a treat from the command line, however I'm trying to run it from RunRev:
Code: Select all
on mouseUp
put "start '' 'c:\launcher\goologin.exe username password'" into myShell
replace "'" with quote in myShell
get shell(myShell)
end mouseUp
The path is correct so I'm guessing I'm using the shell command incorrectly?