home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / lan / tkncca12.zip / TREN120.DSK / unc.dsk / TRLSPOS2.IDP < prev    next >
Text File  |  1993-06-29  |  4KB  |  158 lines

  1. .*
  2. .*  IDP for PCMCIA Token-Ring Adapters
  3. .*
  4. .*  Change History
  5. .*
  6. .*  05/28/93 Tiffany Sweitzer   Created
  7. .*  06/09/93 Tiffany Sweitzer   Changed LSP to LAPS in title
  8. .*  06/16/93 Tiffany Sweitzer   Changed LAPS detection to use GETLAPS.EXE
  9. .*  06/28/93 Tiffany Sweitzer   Changed to incorporate moving SS and RMU
  10.  
  11. :install choose=drive path='\'.
  12.  
  13. :help id='Install IBM Token-Ring 16/4 Credit Card Files for NDIS/IBM LAPS (OS/2)' langid=enu.
  14. Choose this install menu selection if your network software
  15. uses an NDIS driver.
  16. In order to use your IBM Token-Ring 16/4 Credit Card
  17. under OS/2, you must have OS/2 2.1 or higher and
  18. Card Services must be present for your PCMCIA socket.
  19. Also, you must use LAN Adapter and Protocol Support (LAPS)
  20. to install your adapter driver.
  21. Use this installation diskette when LAPS prompts for a
  22. diskette with Additional Network Drivers.
  23. See the READ.ME file for detailed information
  24. on customizing the configuration for your system.
  25. :ehelp.
  26.  
  27. .*--------------------------------------------------*
  28. .* Check configuration for Card Services
  29. .*--------------------------------------------------*
  30. :RUN fn='cfgcheck.exe'.
  31.  
  32. :if %r% > 1
  33.   :msg sev=i type=q.
  34.   :msgtxt langid=enu.
  35.   Card Services was not found on your machine.
  36.   OS/2 2.1 or higher and Card Services are required for
  37.   this installation. Press ESC to quit.
  38.   :emsgtxt.
  39.   :emsg.
  40. :eif.
  41.  
  42. .*--------------------------------------------------*
  43. .* Check for OS/2 2.1 or higher
  44. .*--------------------------------------------------*
  45. :RUN fn='os2ver.exe'
  46.  
  47. :if %r% = 0
  48.   :msg sev=i type=q.
  49.   :msgtxt langid=enu.
  50.   Your operating system is not OS/2 2.1 or
  51.   higher, which is required for
  52.   this installation. Press ESC to quit.
  53.   :emsgtxt.
  54.   :emsg.
  55. :eif.
  56.  
  57. .*--------------------------------------------------*
  58. .* look for LAPS
  59. .*--------------------------------------------------*
  60.  
  61. :RUN fn='getlaps.exe' parms='%d%'.
  62.  
  63. :if %r% = 0
  64.   :msg sev=i type=q.
  65.   :msgtxt langid=enu.
  66.   LAN Adapter and Protocol Support (LAPS) is not
  67.   installed on your machine.  Install your
  68.   network adapter software and then use LAPS to
  69.   install your OS/2 NDIS driver.
  70.   Press ESC to quit.
  71.   :emsgtxt.
  72.   :emsg.
  73. :eif.
  74.  
  75. .*--------------------------------------------------*
  76. .* make sure driver was installed
  77. .*--------------------------------------------------*
  78. :update fn='config.sys' path='\' rename='config.s01'.
  79. :txt find='DEVICE=%d%%p0%IBMTOKCS.OS2' remove=check.
  80. :etxt.
  81. :eupdate.
  82.  
  83. :if %r% = 1
  84.   :msg sev=i type=e.
  85.   :msgtxt langid=enu.
  86.   Use LAN Adapter and Protocol Support (LAPS),
  87.   included with your network adapter software,
  88.   to install your OS/2 NDIS driver.
  89.   Press ENTER to continue.
  90.   :emsgtxt.
  91.   :emsg.
  92. :eif.
  93.  
  94. .*  fix order of LAPS and NetWare Requester if necessary
  95.  
  96. :update fn='config.sys' path='\' rename='config.sys'.
  97. :txt find='DEVICE=%d%%p4%IBM2SS' remove=check.
  98. :etxt.
  99. :eupdate.
  100.  
  101. :if %r% = 1
  102.   :update fn='config.sys' path='\' rename='config.sys'.
  103.   :txt find='DEVICE=%d%%p4%ICRMU' remove=check.
  104.   :etxt.
  105.   :eupdate.
  106.  
  107.   :if %r% = 1
  108.     :msg sev=i type=q.
  109.     :msgtxt langid=enu.
  110.     Socket Services and the Resource Map Utility
  111.     are not installed on your machine.  Refer to
  112.     the READ.ME file on this diskette for more
  113.     information.  Press ESC to quit.
  114.     :emsgtxt.
  115.     :emsg.
  116.   :else.
  117.     :msg sev=i type=q.
  118.     :msgtxt langid=enu.
  119.     Socket Services is not installed on
  120.     your machine.  Refer to the READ.ME file on
  121.     this diskette for more information.
  122.     Press ESC to quit.
  123.     :emsgtxt.
  124.     :emsg.
  125.   :eif.
  126. :else.
  127.   :update fn='config.sys' path='\' rename='config.sys'.
  128.   :txt find='DEVICE=%d%%p4%ICRMU' remove=check.
  129.   :etxt.
  130.   :eupdate.
  131.  
  132.   :if %r% = 1
  133.     :msg sev=i type=q.
  134.     :msgtxt langid=enu.
  135.     The Resource Map Utility is not installed on
  136.     your machine.  Refer to the READ.ME file on
  137.     this diskette for more information.  Press ESC
  138.     to quit.
  139.     :emsgtxt.
  140.     :emsg.
  141.   :eif.
  142. :eif.
  143.  
  144. .*  this program moves both device statements to the bottom of CONFIG.SYS
  145. :RUN fn='move2bot.exe' parms='%d%'.
  146.  
  147. :msg sev=i type=e.
  148. :msgtxt langid=enu.
  149. The installation is complete.  Your old
  150. CONFIG.SYS was saved as CONFIG.S01 .  Press
  151. ENTER to return to the main menu and then
  152. press F3 to exit.
  153. :emsgtxt.
  154. :emsg.
  155.  
  156. :einstall.
  157.  
  158.