L
Lee, YoungSik
Hi, all.
I have a problem for network drive mapping on the W2K Server.
I want to assign as disk-drive the shared directory on the W2K Server
Before logon on.
but, i can't assign as disk-drive the shared directory of remote
server.
it is my batch script.
---------------------
cd c:\winnt\system32
net start workstation
net USE Y: \\Server2\test /Persistent:NO
xcopy autoexnt.bat Y:
---------------------
After system reboot, autoexnt.bat is copied to the shared direcotry of
remote server.
but, I can't see the result of drive "Y" after "net use" in the CMD
windows.
result of "net use"
---------
c:\> net use
command is successfully.
-----------
additionally, batch file run after login as local administrator
account,
result of it is OK.
---------
c:\> net use
Status local remote network
----------------------------------------------------------------------------
OK Y: \\Server2\test Microsoft Windows Network
command is successfully.
-----------
What is the problem?
If you know for it, Please, let me know.
Thanks in advance.
----------------------
My environment is,
1) OS: Windows 2000 Server with SP4 (local and remote Server)
-Working Group: Workgroup
2) tool: Autoexnt.exe, it is one ofresource kit of Windows 2000
-Service of AutoExNT is started as local administrator account.
-> ref.)http://support.microsoft.com/default.aspx?scid=kb;en-us;243486
3) content of autoexnt.bat file
cd c:\winnt\system32
net start workstation
net USE Y: \\Server\test /Persistent:NO
xcopy autoexnt.bat Y:
I have a problem for network drive mapping on the W2K Server.
I want to assign as disk-drive the shared directory on the W2K Server
Before logon on.
but, i can't assign as disk-drive the shared directory of remote
server.
it is my batch script.
---------------------
cd c:\winnt\system32
net start workstation
net USE Y: \\Server2\test /Persistent:NO
xcopy autoexnt.bat Y:
---------------------
After system reboot, autoexnt.bat is copied to the shared direcotry of
remote server.
but, I can't see the result of drive "Y" after "net use" in the CMD
windows.
result of "net use"
---------
c:\> net use
command is successfully.
-----------
additionally, batch file run after login as local administrator
account,
result of it is OK.
---------
c:\> net use
Status local remote network
----------------------------------------------------------------------------
OK Y: \\Server2\test Microsoft Windows Network
command is successfully.
-----------
What is the problem?
If you know for it, Please, let me know.
Thanks in advance.
----------------------
My environment is,
1) OS: Windows 2000 Server with SP4 (local and remote Server)
-Working Group: Workgroup
2) tool: Autoexnt.exe, it is one ofresource kit of Windows 2000
-Service of AutoExNT is started as local administrator account.
-> ref.)http://support.microsoft.com/default.aspx?scid=kb;en-us;243486
3) content of autoexnt.bat file
cd c:\winnt\system32
net start workstation
net USE Y: \\Server\test /Persistent:NO
xcopy autoexnt.bat Y: