Installing ODI Drivers
Falcon RF WaveLAN Supplement < 19 >
REM ****************************************************************
REM *** Change into the root directory of the C drive and run the app.
C:
CD\
MYPROG.EXE
The next example is a sample
AUTOEXEC
.
BAT
file that could be used
with Novell TCP/IP software:
@echo off
REM ****************************************************************
REM *** THE FOLLOWING LINES SET UP DEFAULT PARAMETERS FOR SOME
REM *** ENVIRONMENT VARIABLES. THESE LINES MAY BE MODIFIED OR
REM *** OEVERRIDDEN IN THE USER SECTION BELOW.
REM ****************************************************************
SET PROMPT=$P$G
SET DIRCMD=/OGN /P
REM ****************************************************************
REM *** THE FOLLOWING SECTION IS FOR CUSTOMIZED USER ENTRIES.
REM *** INSERT USER-SPECIFIC OPTIONS AND COMMANDS HERE.
REM *** LOAD THE LINK SUPPORT LAYER, THE LUCENT WAVELAN ODI
REM *** DRIVERS, AND THE TCP/IP PROTOCOL STACK.
REM ****************************************************************
C:\NET\LSL.COM
C:\NET\WVLAN43.COM
C:\NET\TCPIP.EXE /X
REM ****************************************************************
REM *** THE FOLLOWING LINES ADD SYSTEM COMPONENTS TO THE PATH AND
REM *** RUN THE MAIN APPLICATION EXECUTABLE, IF ONE WAS SPECIFIED.
REM ****************************************************************
IF EXIST C:\BPARAMS.INI COPY C:\BPARAMS.INI PARAMS
SET PATH=C:\;C:\NET;C:\DOS;%PATH%
C:
CD\
CONFIG.SYS
The
CONFIG
.
SYS
file is generally not used to load driv-
ers specific to the ODI implementations. Standard card and socket
services must be loaded in the
CONFIG
.
SYS
file, along with any DOS
configuration commands that would normally be used. You can se-
lect the
Vendor Specific
option in the second File Configuration
window to cause the appropriate card and socket services drivers to
be loaded automatically.