Sample STARTNET.BAT file

Sample STARTNET.BAT file

REM VERSION 5.0
REM 00 The following section is user configurable
REM 010 The following section is the header section of this file
@echo off
set load=0
REM 02 The following section is user configurable
REM 031 The following section loads the LAN Network Connection software
C:\NET\BIN\yesno "Load the LAN Support software [y/n]?"
if errorlevel == 1 goto no_lan
set load=1
C:\NWCLIENT\LSL 
C:\NWCLIENT\MCBODI


:no_lan
REM 04 The following section is user configurable
REM 050 The following section loads the Serial Network Connection software
if %load% == 0 goto no_load
REM 06 The following section is user configurable
REM 071 The following section loads TCP/IP software
C:\NET\BIN\TCPIP
REM 08 The following section is user configurable
REM 090 The following section loads and sets the NFS parameters
REM C:\NET\BIN\LWPNFS.COM 

:no_nfs
REM 10 The following section is user configurable
REM 111 The following section loads the NetWare Client software
C:\NET\BIN\yesno "Do you want to load the NetWare Client Software [y/n]?" 
if errorlevel 1 goto no_nwc
REM 116 The following line loads the NetWare Client IPX software
C:\NWCLIENT\IPXODI
c:\NWCLIENT\route
c:\NWCLIENT\route board=2
C:\NWCLIENT\VLM 

:no_nwc
REM 12 The following section is user configurable
REM 130 The following section is the trailer section of this file

:no_load
set load=
REM 14 The following section is user configurable
REM 150 The following section sets application specific information
PATH C:\NET\BIN;%PATH%
SET NAME=admin
SET TELAPI_XPORT=Telnet
SET NWLANGUAGE=English
REM 16 The following section is user configurable
f:
login admin

[Adapter Installation][Driver Installation][Software Utilities][Additional Information]

____________________