I'm confused (and maybe disoriented too). The first drive mapping does NOT work. The rest work great. What am I missing? The first map is to an NT server, the rest to Win2k servers. I can accomplish same at cmd line via net use... ...any ideas?

;-----------------------------------------------
;GENERAL Drive Mappings
;-----------------------------------------------
USE M: /DELETE
USE M: "\\ntserver\HTFORGE" /PERSISTENT:YES
? "\\ntserver\HTFORGE @error @Serror"

USE P: /DELETE
USE P: "\\TMMSERVER\PROGRESS" /PERSISTENT:YES
? "\\TMMSERVER\PROGRESS @error @Serror"

USE S: /DELETE
USE S: "\\ZEUS\DTR" /PERSISTENT:YES
? "\\ZEUS\DTR @error @Serror"

USE T: /DELETE
USE T: "\\TMMSERVER\TMM" /PERSISTENT:YES
? "\\TMMSERVER\TMM @error @Serror"