PDA

View Full Version : Applescript question




jlewis2k1
Aug 4, 2009, 11:02 PM
I am trying to get this to work...

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?



jlewis2k1
Aug 4, 2009, 11:19 PM
nevermind, I corrected my own problem. mod feel free to waste this.