OK, maybe I'm doing it wrong, but I put this code in:

 Code:

; Exit immediatly if Citrix is not null
If '%Citrix' Quit 0 EndIf



Our variable is labeled Citrix..... now, when I run the script locally, it's not running the script past the Citrix part..... I checked my local variables and Citrix does not exist... I even tested it by logging on through the network with the script in place, and it didn't work... am I missing something??