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

  1. * ----------------------------------------------------------------------
  2. * EXAMPLE3.RSP
  3. * This response file installs IBMTOK.DOS and DXMJ0MOD.SYS and does
  4. * not migrate any existing LSP parameters.
  5. * CONFIG.SYS and AUTOEXEC.BAT will be placed in the root of the C drive.
  6. *
  7. INST_SECTION = (
  8.    ; Do not use the input configuration for LSP driver parameters.
  9.    MigrateControlFiles = 0
  10.  
  11.    ; Do not check the LAN adapters installed.
  12.    AdapterCheck = 0
  13.  
  14.    ; Define target location for LSP files.
  15.    TargetPath = c:\lsp135
  16.  
  17.    ; DriverDiskPath specifies where the files normally found on the
  18.    ; Driver Diskette (Option Diskette) are located.
  19.    ; Change DRIVERS to the location of your NIF, NDIS MAC driver, etc.
  20.    ; Note: DRIVERS is not fully qualified, so it will be searched for
  21.    ;       1) in the current directory
  22.    ;       2) as a subdirectory off of the LSP source path
  23.    DriverDiskPath = DRIVERS
  24.    )
  25.  
  26. ; Specify bindings.  The protocol stack is DXMJ0MOD.SYS.
  27. PROT_SECTION = (
  28.    ; The following statement specifies the DXMJ0MOD.SYS driver name.
  29.    DriverName = NETBEUI$
  30.  
  31.    ; Change IBMTOK_MOD to the bracketed module name for the PROTOCOL.INI
  32.    ; section for the NDIS MAC driver you are using.
  33.    bindings = IBMTOK_MOD
  34.  
  35.    ; Turn off piggy-backed acknowledgements.
  36.    PiggyBackAcks = 0
  37.  
  38.    )
  39. *** End of Response file EXAMPLE3
  40.