of the machines were running Win98SE and I am in the
process of migrating these boxes over to Win2K Pro.
I have set up a login script that does three things:
Syncs time with the PDC,
removes all mapped network drives,
and then re-maps to network shares
(so everyone is mapped the same way).
This script works like a charm on the machines with
Win2K, but on the Win98 machines, the popup window
is there, like the script is running but after it
finishes, the machine is still not mapped properly.
If I go to the netlogon directory on my PDC and run
the .bat file, it works just fine. But it's not
executing properly on logon. Any ideas?
Here's my logon script
(I've removed the actual machine names):
@echo off
net time \\<PDC> /set /y
net use /delete * /y
net use H: "\\<Server1>\Archive"
net use I: "\\<Server1>\Gfx"
net use J: "\\<Server1>\Home Folders"
net use K: "\\<Server1>\Shared Data"
This is really only a minor problem, until I can
finish getting everyone running Win2K, but it's
pretty annoying.

Help










