Thanks for the warm welcome!

I'm using kix2001.412

Here's the portion of the code that is having the problem:

code:
 
; Domain is 'jetsons'
; Logon and File server is 'george'
; MAP Special Drives
Color y+/n
AT (12,0) "Mapping Specialty Drives"
Color w+/n

if ingroup("IT-Admin")
?"T: (IT Admin)"
use t: "\\george\IT"

; I've tried this also

if ingroup("jetsons\IT-Admin")
?"T: (IT Admin)"
use t: "\\george\IT"