Computing.Net > Forums > Novell Netware > how to make script run on windows

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

how to make script run on windows

Reply to Message Icon

Name: nilson1
Date: November 11, 2005 at 20:23:01 Pacific
OS: windows
CPU/Ram: 256
Comment:

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:



Sponsored Link
Ads by Google

Response Number 1
Name: paulsep
Date: November 12, 2005 at 00:45:51 Pacific
Reply:

What do you mean.
Do you mean the MAP and MAP DEL commands?



0

Response Number 2
Name: nilson1
Date: November 13, 2005 at 06:55:44 Pacific
Reply:

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


0

Response Number 3
Name: Shmuel Tropper (by stropper)
Date: November 13, 2005 at 10:08:25 Pacific
Reply:

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.


0

Response Number 4
Name: nilson1
Date: November 13, 2005 at 18:20:49 Pacific
Reply:

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.


0

Response Number 5
Name: Shmuel Tropper (by stropper)
Date: November 14, 2005 at 07:58:11 Pacific
Reply:

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


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

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


Go to Novell Netware Forum Home


Sponsored links

Ads by Google


Results for: how to make script run on windows

how to install netware client on win98se www.computing.net/answers/netware/how-to-install-netware-client-on-win98se/2049.html

How to use Novell 3.12 Server Manager Utility www.computing.net/answers/netware/how-to-use-novell-312-server-manager-utility/1017.html

How to Connect Novell and Linux www.computing.net/answers/netware/how-to-connect-novell-and-linux-/4247.html