OK here we go... I need help PLEASE... Here is a sample of my code,
the part in blue works fine
the part in red crashes and the script dies
This is all in the same script... when the script dies
it just ends to the command prompt.
There is a lot more after this but this is where I am stuck at.



IF INGROUP("TRAINING OP2") = 1
USE T: /DEL /PERSISTENT
USE T: "\\MYSERVER1\TRAINING"
ENDIF

IF INGROUP("TRAINING PRIMEDIA") = 1
USE P: /DEL /PERSISTENT
USE P: "\\MYSERVER1\PRIMEDIA"
ENDIF




IF INGROUP("EC USERS") = 1
USE Q: /DEL /PERSISTENT
USE N: "\\MYSERVER1\COMMON"
USE Q: "\\MYSERVER2\COMMON"
END IF