You have a GPO to tell XP to wait for the network before continuing? 

Computer config/admin templates/system/logon...Always wait for the
network at computer startup and logon

 

Dave Lum  - Systems Engineer 
[EMAIL PROTECTED] - (971)-222-1025
"..remember that, in the past, those who foolishly sought power by
riding the back of the tiger ended up inside"  - JFK

 

 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 10, 2008 11:16 AM
To: NT System Admin Issues
Subject: Yet another login script question

 

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 <file:///\\oldserver\archive> 

 

New script:

@echo off
net use /persistent:no 
NET USE V: /DELETE /yes
net use v: \\newserver\archive <file:///\\newserver\archive> 

 

 

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!    ~
~ <http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm>  ~

Reply via email to