Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
hi all,
with following is the script running on novell, now we need to change it to windows. how to make in work on windows. Thanks
=============================================
ECHO OFF
MAP INS S1: =nw3\SYS:FOX2
MAP INS S2: =nw3\SYS:FXP
MAP m: = nw3\SYS:COUNT\AC
REM ENDCAP
M:
del 1*.*
del 2*.*
del 3*.*
del 4*.*
del 5*.*
del 6*.*
del 7*.*
del 8*.*
del 9*.*
FOXR WC_MAIN
f:
MAP DEL S2:
MAP DEL S1:
MAP DEL M:

yes!
The following two lines i don't know how to map it on windows. FOX2 and FXP both are directory in SYS parition on Netware, i tried to map on windows but failure.MAP INS S1: =nw3\SYS:FOX2
MAP INS S2: =nw3\SYS:FXP
MAP m: = nw3\SYS:COUNT\AC=======================================
i changed the script as following but it can not run, it prompted wc_main not found, wc_main located in nw3\SYS:COUNT\AC.@ECHO OFF
REM
M:
cd SYS\count\ac
del M:\SYS\count\ac\1*.*
del M:\SYS\count\ac\2*.*
del M:\SYS\count\ac\3*.*
del M:\SYS\count\ac\4*.*
del M:\SYS\count\ac\5*.*
del M:\SYS\count\ac\6*.*
del M:\SYS\count\ac\7*.*
del M:\SYS\count\ac\8*.*
del M:\SYS\count\ac\9*.*cd ..\..\FOX2
FOXR \sys\count\WC_MAIN
exit

The equivalent for NOVELL MAP command in windows is NET USE
Click START -> RUN -> CMD
On the command window type NET USE /? And choose what you want to do.

i have tried to map a directory with net use, it work on my winXP, but failure on client workstation Win98.
C:\>net use j: \\nt\e\sys\fox2 /yes
Error 50: You attempted an operation that cannot be performed from your
computer or that is not supported on the specified server. Make sure you are
using the correct server for the command or task that you want to perform. If
the problem persists, contact your network administrator.

Windows 98 is unable to map to a network drive. Follow the instructions on: http://support.microsoft.com/default.aspx?scid=kb;en-us;238021

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |