I've moved a bunch of data from an old server to a new one. This data is mapped 
as a drive to end users via a login script. When I test a modified script using 
XP2 I need to reboot or run the script twice for the new mapping to take 
effect. Any advice appreciated. Examples below.
Old script:
@echo off
net use /persistent:no
net use v: /delete /yes
net use v: \\oldserver\archive

New script:
@echo off
net use /persistent:no 
NET USE V: /DELETE /yes
net use v: \\newserver\archive
~ Upgrade to Next Generation Antispam/Antivirus with Ninja!    ~
~ <http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm>  ~

Reply via email to