L leeym Member Nov 21, 2003 100 0 0 Jan 14, 2005 #1 Is there a way I can edit the below logon script so that all drives are first cleared, and then set to a location? Thanks net use Z: \\server\clients net use Y: \\server\private
Is there a way I can edit the below logon script so that all drives are first cleared, and then set to a location? Thanks net use Z: \\server\clients net use Y: \\server\private
W Woodie Platinum Member Mar 27, 2001 2,747 0 0 Jan 14, 2005 #2 net use z: /d net use Z: \\server\clients net use y: /d net use Y: \\server\private or the ever popular: net use * /d
net use z: /d net use Z: \\server\clients net use y: /d net use Y: \\server\private or the ever popular: net use * /d