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

  1. * ----------------------------------------------------------------------
  2. * EXAMPLE5.RSP
  3. * This response file migrates to DXMJ0MOD.SYS with IBMTOK.DOS.
  4. * This response file migrates LSP parameters where possible.
  5. * If the existing configuration contains DXME0MOD.SYS, DXMT0MOD.SYS and
  6. * IBMTOK.DOS, then the resulting configuration will contain DXME0MOD.SYS
  7. * DXMJ0MOD.SYS and IBMTOK.DOS.
  8. * NOTE:  This example ASSUMES that the existing configuration contains
  9. *        IBMTOK.DOS.
  10. *
  11. INST_SECTION = (
  12.    ; Use the input configuration for LSP driver parameters.
  13.    MigrateControlFiles = 1
  14.  
  15.    ; Do not check the LAN adapters installed.  This effectively removes
  16.    ; any non-NDIS LSP drivers from the configuration.
  17.    AdapterCheck = 0
  18.  
  19.    ; Define target location for LSP files
  20.    TargetPath = c:\lsp135
  21.  
  22.    ; Change DRIVERS to the location of your NIF, NDIS MAC driver, etc.
  23.    ; Note: DRIVERS is not fully qualified, so it will be searched for
  24.    ;       1) in the current directory
  25.    ;       2) as a subdirectory off of the LSP source path
  26.    ; DriverDiskPath is not necessary if the MAC driver is already in
  27.    ; target path.
  28.    DriverDiskPath = DRIVERS
  29.    )
  30.  
  31. PROT_SECTION = (
  32.    ; The following statement specifies the DXMJ0MOD.SYS driver name.
  33.    DriverName = NETBEUI$
  34.  
  35.    ; The following statement specifies that the MAC driver is IBMTOK.DOS
  36.    ; Notice that it uses IBMTOK_NIF instead of IBMTOK_MOD.
  37.    ; This is because the PROTOCOL.INI file on the workstation has '_NIF'
  38.    ; appended to the driver file names (to generate the bracketed module
  39.    ; names); whereas the sample PROTOCOL.INI shipped with LSP has '_MOD'
  40.    ; appended to the driver file names.  Contrast with EXAMPLE3.RSP and
  41.    ; EXAMPLE4.RSP.
  42.    bindings = IBMTOK_NIF
  43.  
  44.    ; Turn off piggy-backed acknowledgements.
  45.    PiggyBackAcks = 0
  46.    )
  47. *** End of Response file EXAMPLE5
  48.