That seemed like a long way to go to get that answer! Thanks!

I'll try this, and see if the original problem goes away. (My Computer odd name)

Code:
  
;Drive Mappings For Paragon
IF InGroup("WinTermParagon", "ParagonUsers")
USE R: /delete /persistent
USE T: /delete /persistent
USE V: /delete /persistent
USE R: "\\Paragonrpt\var_rpt"
USE T: "\\Paragonrpt\var_test"
USE V: "\\Paragondb\vardata"
IF InGroup("ParagonForms")
USE Z: /delete /persistent
USE Y: /delete /persistent
USE Y: "\\parntier\PrintForms"
ENDIF
ENDIF



Maybe that'll help out.