I am trying to get this to work...
its not inputting the MyName into the lynx dump line. Am I doing this wrong?
Code:
set MyName to do shell script "whoami"
set EID to do shell script "lynx -dump http://office.myadvatge.com/Status/?UID="&MyName as string
return EID
its not inputting the MyName into the lynx dump line. Am I doing this wrong?