home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / LSP138B1.DSK / SAMPLES / EXAMPLE6.RSP < prev    next >
Text File  |  1995-05-04  |  1KB  |  35 lines

  1. * ----------------------------------------------------------------------
  2. * EXAMPLE6.RSP
  3. * This response file installs IBMTOK.DOS and DXMJ0MOD.SYS for two
  4. * adapters and does not migrate any existing LSP parameters.
  5. * It illustrates using a PINIFILE parameter.
  6. * CONFIG.SYS and AUTOEXEC.BAT will be placed in the root of the C drive.
  7. *
  8. INST_SECTION = (
  9.    ; Do not use the input configuration for LSP driver parameters.
  10.    MigrateControlFiles = 0
  11.  
  12.    ; Do not check the LAN adapters installed
  13.    AdapterCheck = 0
  14.  
  15.    ; Define target location for LSP files
  16.    TargetPath = c:\lsp135
  17.  
  18.    ; Change DRIVERS to the location of your NIF, NDIS MAC driver, etc.
  19.    ; Note: DRIVERS is not fully qualified, so it will be searched for
  20.    ;       1) in the current directory
  21.    ;       2) as a subdirectory off of the LSP source path
  22.    DriverDiskPath = DRIVERS
  23.    )
  24.  
  25. ; The following statement causes the protocol.ini file, named
  26. ; PROTOCOL.CFG (in path RSP) to be processed.
  27. ; Since RSP\PROTOCOL.CFG is not fully qualified, it will be searched for
  28. ;       1) in the current directory
  29. ;       2) as a subdirectory off of the LSP source path
  30. ; The bindings and driver parameters are specified in PROTOCOL.CFG.
  31. ; See below for PROTOCOL.CFG.
  32. PINIFILE = RSP\PROTOCOL.CFG
  33.  
  34. *** End of Response file EXAMPLE6
  35.