I have a script written that uses the following lines:

SELECT
;
CASE InGroup ("domain\Domain Admins")
USE h: "\\server\user\@userid"
IF @ERROR = 0
"The H: drive was successfully mapped to the folder " + @userid " on DTS02!"
ELSE
"The H: drive mapping to DTS02 failed! Code @error (@serror)"
ENDIF
;
ENDSELECT

Everything works fine on Win2K pro but when I log into a win nt4 workstation I get Code 53 (The network path cannot be found)

Any advice? Am I missing something? Manually from the run command I can connect to \\server\user\username.