Jul 31, 2002 #1 macfoxx Technical User Joined Jul 26, 2002 Messages 81 Location PL Help When i try make net use h: \\serverw2k\anyshare a get error on win NT4.0 in diferent way on W2K it no problem to map drive from NT 4.0
Help When i try make net use h: \\serverw2k\anyshare a get error on win NT4.0 in diferent way on W2K it no problem to map drive from NT 4.0
Aug 1, 2002 #2 brontosaurus MIS Joined Feb 26, 2002 Messages 3,772 Location US what's the error please? Upvote 0 Downvote
Aug 1, 2002 #3 tom11011 MIS Joined Oct 12, 2001 Messages 537 Location US H: should be reserved for home directories. Try this echo Mapping Drive 'H' to user HOMEDIR on FS1 net use H: /del /yes net use H: \\FS1\users\%username% /yes The first line is necessary for NT workstations if memory serves. Upvote 0 Downvote
H: should be reserved for home directories. Try this echo Mapping Drive 'H' to user HOMEDIR on FS1 net use H: /del /yes net use H: \\FS1\users\%username% /yes The first line is necessary for NT workstations if memory serves.