I netered the following batch file, restarted the
workstation and it did nothing. I therefore tried running
the batch file from the Command Prompt and it worked
except for the U drive, and that is a quirk of the SNAP
Server on which the U drive is located (don't worry too
much about this one).
I was also able to map the drives manually except for the
U drive, again.
Hope this helps.
>-----Original Message-----
>Modify your batch file as below, then report what you see:
>
>@echo off
>if not "%SystemRoot%"=="" echo on
>net use u: \\server02\home\Userxxx
>net use f: \\server01\sys
>net use g: \\server01\apps
>net use m: \\server01\SharedFiles
>net use n: \\server02\photos
>net use p: \\server01\SharedFiles
>net use s: \\server02\OtherShared
>net use j: \\server01\cd-rom
>net use
>if not "%SystemRoot%"=="" pause
>
>Furthermore, please report this:
>- Can you map the drives manually, by executing
> the above commands, one at a time, from a Command
> Prompt?
>- What happens when you invoke this batch file manually
> from a Command Prompt:
> \\YourServer\netlogon\netlogon.bat
>
>"Carl Gross" <(E-Mail Removed)> wrote in message
>news:00d901c38c21$cb15d180$(E-Mail Removed)...
>> net use u: \\server02\home\Userxxx
>> net use f: \\server01\sys
>> net use g: \\server01\apps
>> net use m: \\server01\SharedFiles
>> net use n: \\server02\photos
>> net use p: \\server01\SharedFiles
>> net use s: \\server02\OtherShared
>> net use j: \\server01\cd-rom
>> >-----Original Message-----
>> >Let's have a look at your netlogon batch file!
>> >
>> >
>> >"Carl Gross" <(E-Mail Removed)> wrote in message
>> >news:094c01c389cd$37f3ee60$(E-Mail Removed)...
>> >> I have a W98 workstation on an NT 4.0 network. When
the
>> >> W98 workstation logs on, none of the network drives
>> >> (especially the U(ser) drive) show up. There are no
>> >> errors, but no mapped network drives appear either.
>> >>
>> >> We are using TCP/IP as our protocol.
>> >>
>> >> Any ideas?
>> >
>> >
>> >.
>> >
>
>
>.
>
|