home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 May
/
PCW596.iso
/
wtest
/
clico
/
sunsoft
/
pcnfs51
/
bas1nfs.zoo
/
loadodi.bat
next >
Wrap
DOS Batch File
|
1994-08-27
|
2KB
|
51 lines
REM RE_SID: @(%)/usr/re/builds/pcnfs/dos/kernel/drivers/nfsodi/SCCS/s.loadodi.bat 1.2 93/02/07 15:40:18 SMI
REM *** This batch file shows the order in which PC-NFS and NetWare system
REM *** files must be loaded. The actual file and path names for NetWare
REM *** are not shown.
REM ***
REM *** To use this batch file, replace the place holder path and file names
REM *** below with the names appropriate for your system. Alternately, copy
REM *** the following lines into AUTOEXEC.BAT and adjust the names as necessary.
REM ***
@echo off
SET TZ=EST5EDT
PROMPT $p$g
PATH C:\DOS;C:\NFS;c:\win31;c:\place\holder\for-netware
rem
SET TEMP=C:\DOS
SET NFSDRIVE=C
SET NFSPATH=C:\NFS
SET TN_DIR=C:\NFS\TELNET
rem
\place\holder\for-netware\link-support-driver ; e.g. \netware\odi\lsl
\place\holder\for-netware\board-driver ; e.g. \netware\odi\3c503
rem
c:\nfs\prt *
c:\nfs\net init
rem
\place\holder\for-netware\ipx-driver ; e.g. \netware\odi\ipxodi
\place\holder\for-netware\redirector ; e.g. \netware\odi\netx
rem
REM *** Finally, if your Novell network is configured to use Ethernet_802.3
REM *** encapsulation, add a /b2 switch to the line device=c:\nfs\nfsodi.sys
REM *** in your CONFIG.SYS file and add an entry in your NET.CFG file
REM *** defining the two frames types. For example, the relevant lines in
REM *** CONFIG.SYS may look like:
REM *** DEVICE=C:\NFS\PCNFS.SYS
REM *** DEVICE=C:\NFS\SOCKDRV.SYS
REM *** DEVICE=C:\NFS\NFSODI.SYS /b2
REM *** LASTDRIVE=L
REM ***
REM *** A sample NET.CFG file may look like:
REM *** LINK DRIVER 3C503
REM *** INT 2
REM *** DMA 1
REM *** PORT 300
REM *** FRAME ETHERNET_802.3
REM *** FRAME ETHERNET_II
REM ***
rem