I use this little command if I want a script to exit for one user:

IF %USERNAME% = "username"
Quit
EndIf

Simple, and works.


Edited by MattColeman (2010-11-26 08:06 PM)