home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 14 Text / 14-Text.zip / wtipsinf.zip / WARPTIPS.DOC next >
Text File  |  1994-12-14  |  128KB  |  3,134 lines

  1.  
  2.  Copyright information 
  3.  
  4.  The contents of this document are Copyright IBM Corp. 
  5.  1981-1994.  All rights reserved. 
  6.  
  7.  Information current as of December 12, 1994 
  8.  
  9.  TXT versions by Irv Spalten 
  10.  
  11.  INF file by Chris Novak 
  12.  
  13.  These are solutions to problems encountered in OS/2 Warp. 
  14.  
  15.  TITLE: 941027 INSTALLATION OF WARP HANG ON DISK #1 WHEN INSTALL ON 
  16.                GATEWAY COMPUTERS.
  17.  
  18.  DESCRIPTION OF SYMPTOMS:
  19.      Hang on DISK #1 when installing WARP on Gateway machines.
  20.  
  21.  RESOLUTION:
  22.      If you are having this problem, please check 
  23.      the level of BIOS on your system.  If you have 
  24.      a Gateway 1.00.03.AF1 BIOS, then you need to 
  25.      update your BIOS (see the README).
  26.      A fix is available from Gateway.
  27.  
  28.  TITLE: 941028 Problem installing "Internet Connection for OS/2"
  29.                portion of the Warp BonusPack from CDROM on Mitsumi 
  30.                CDROM drives.
  31.  
  32.  DESCRIPTION OF SYMPTOMS:
  33.      User experiences XDFCOPY error message XDF3507 when trying 
  34.      to make the diskettes for the Internet portion of the Warp 
  35.      BonusPack.  The error occurs ONLY on the INETCON1,2,3 & 
  36.      4.IMG files.  The rest of the BonusPack installs fine from 
  37.      the CDROM.
  38.  
  39.      If the user tries to install directly from the CDROM using 
  40.      the BonusPack installation menu instead of making the 
  41.      diskettes using XDFCOPY, he'll get UNZIP errors as shown 
  42.      below (in this example G:  is the CDROM drive letter):
  43.  
  44.      g:\internet\iak1.zip" did not unzip correctly (rc=-51).
  45.      Do you wish to continue the installation?
  46.  
  47.      If the user chooses to continue installation he'll get the 
  48.      same error on iak2,3 & 4.zip files as well.  Finally the 
  49.      BonusPack installation program will error out by reporting 
  50.      similar to the following:
  51.  
  52.      The exit program for "IBM Internet Connection for OS/2"
  53.      gave a bad return code of 65535.  Continue with the 
  54.      installation?  If the user selects OK then the system will 
  55.      abort the install.
  56.  
  57.  SUMMARY OF RESOLUTION:
  58.      The user has the following options:
  59.  
  60.      1.) Try and run the XDFCOPY on another machine with a 
  61.          different CDROM drive.  The resulting diskettes can be 
  62.          used to install on the machine that is failing.
  63.  
  64.      2.) Have the customer attempt to copy the .IMG files from 
  65.          the CDROM to a temporary subdirectory in his disk drive 
  66.          and run XDFCOPY from the .IMG files on the disk drive.
  67.  
  68.      3.) Have the user check the BonusPack CDROM for any dirt or 
  69.          scratches.  CDROMs can suffer from the same read 
  70.          problems as audio CDs can.  Also inspect the CD CADDY 
  71.          it is installed in or the CDROM drive drawer area for 
  72.          any dust or dirt.
  73.  
  74.      4.) If none of the above suggestions work, recommend that 
  75.          the user obtain a replacement BonusPack CDROM 
  76.  
  77.  DETAILS OF RESOLUTION:
  78.      This problem has been observed to occur on Mitsumi CDROM 
  79.      drives (FX-001D and FX-100D).  It may occur on others too.
  80.      It appears to be a CDROM drive read problem.  It is possible 
  81.      that the drive electronics and/or mechanics are not aligned 
  82.      (i.e. out of tolerance or spec.)  such that a read error 
  83.      occurs on the BonusPack CDROM.  The customers that 
  84.      experienced this problem, were able to install the Warp 
  85.      product CDROM with no problems and all of the other 
  86.      BonusPack components without error.  The failure was only 
  87.      seen on the "Internet Connection for OS/2" component of the 
  88.      Warp BonusPack CDROM.
  89.  
  90.  TITLE: 941114 Configuring the NEC 260 IDE cdrom under OS2 Warp.
  91.  
  92.  DESCRIPTION OF SYMPTOMS:
  93.      A NEC 260 IDE cdrom is not being recognized by OS2 Warp.
  94.  
  95.  SUMMARY OF RESOLUTION:
  96.      Make sure the proper drivers are loading in config.sys and 
  97.      that the necessary files are located in the proper directories.
  98.  
  99.  DETAILS OF RESOLUTION:
  100.      If you have already installed OS2 Warp, and are trying to get 
  101.                 the cdrom recognized, follow these instructions:
  102.  
  103.       1. Go to the OS2 Selective Install utility. From the list of 
  104.          cdrom's, select the NEC 260. Click OK. At the System 
  105.          Configuration window, click OK again. At the Setup and 
  106.          Installation window, select the Install button.
  107.  
  108.       2. Insert the OS2 diskette when prompted.
  109.  
  110.       3. Edit the OS2 config.sys in the root directory of the hard 
  111.          drive. Find the line:
  112.  
  113.                            BASEDEV=IBM1S506.ADD
  114.  
  115.          Add switches to this line so that it reads:
  116.  
  117.                            BASEDEV=IBM1S506.ADD /A:x /U:y /ATAPI
  118.  
  119.          The /A switch refers to the adapter number that the cdrom 
  120.          is attached to. The /U option references the unit or device 
  121.          number on a particular adapter. The /ATAPI parameter 
  122.          enables ATA Packet Interface protocol for the NEC 260. If the 
  123.          cdrom is attached to the second IDE port or adapter in a 
  124.          system and is the only device on the adapter, you would enter 
  125.  
  126.                            BASEDEV=IBM1S506.ADD /A:1 /U:0 /ATAPI
  127.  
  128.          in the config.sys. If the cdrom is configured as a slave, or sec 
  129.          device, you would specify /U:1. The config.sys should also conta 
  130.          the statements:
  131.  
  132.                             BASEDEV=IBMIDECD.FLT
  133.                             DEVICE=C:\OS2\BOOT\OS2CDROM.DMD
  134.                             IFS=C:\OS2\BOOT\CDFS.IFS
  135.  
  136.           These should have been added by the Selective Install program.
  137.  
  138.           If you are trying to install Warp from the NEC 260 cdrom,
  139.           simply configure the BASEDEV=IBM1S506.ADD  line per above.
  140.           If you find that OS2 still does not recognize the cdrom,
  141.           make sure that the /A and /U parameters are specified 
  142.  
  143.  TITLE: 941027 4030VL, Promise VLB Diskcaching Card IDE 
  144.                controller failed installing Warp.
  145.  
  146.  DESCRIPTION OF SYMPTOMS:
  147.      Even with cache disabled, the motherboard bios 
  148.      for disk I/O and all ide drives above 0 and 1 
  149.      disconnected a complete failure with the 
  150.      repeated message that drive C is not available 
  151.      and so forth all the way thru D and the logical 
  152.      drive partitions on both physical drives.
  153.      Note: the above is an example if the user has 2 physical 
  154.      drives connected to this Promise card.
  155.  
  156.  RESOLUTION:
  157.      Get a newer driver available from the Promise BBS.
  158.      The file is PTI1S506.ADD.  When using this, the 
  159.      IBM1S506.ADD must be remmed out first.  The older 
  160.      driver for DV4030VLIDE will not work.
  161.  
  162.  TITLE: 941026 THE SWAPPER FILE IN WARP.
  163.  
  164.  DESCRIPTION OF SYMPTOMS:
  165.      The swapper file is larger in WARP than in previous releases of 
  166.      OS2.
  167.  
  168.  SUMMARY OF RESOLUTION:
  169.      This is normal.
  170.  
  171.  DETAILS OF RESOLUTION:
  172.      This is normal.
  173.      The most significant change that has been made is how system DLL's
  174.      get loaded and what is now valid data for swapping.
  175.      System DLL's include:
  176.      DISPLAY          SOM          PMMERGE      PMWP
  177.      DOSCALL1         PMATM        PMMLE
  178.      IBMDEV32         PMCTLS       PMSPL 
  179.      IBMVGA32         PMGPI        PMVIOP
  180.  
  181.      In the previous versions of OS/2, dll code was never copied to the 
  182.      swapper file.  In WARP, code for system dll's can be written to 
  183.      the swapper file and, in adition, during boot, PMMERGE, DOSCALL1,
  184.      PMGPI, PMWP and PMVIOP will be swapped out.  This means that there 
  185.      will be an overall increase in swapper size.  This was done 
  186.      to increase overall system perfomance.
  187.  
  188.  TITLE: 941115 Warp TCPIP VERSION 2.0 AND THE INTERNET CONNECTION KIT 
  189.  
  190.  DESCRIPTION OF SYMPTOMS:
  191.      When installing TCPIP Version 2.0 and The Internet Connection Kit 
  192.      you will receive an error message that the products are not 
  193.      supported when running TOGETHER.  It will install, but there are 
  194.      several problems and certain features will not work.
  195.  
  196.  SUMMARY OF RESOLUTION:
  197.      Running TCPIP VERSION 2.0 AND THE INTERNET CONNECTION KIT together 
  198.      under WARP is NOT supported.
  199.  
  200.  DETAILS OF RESOLUTION:
  201.      Running TCPIP VERSION 2.0 AND THE INTERNET CONNECTION KIT together 
  202.      under WARP is NOT supported.
  203.  
  204.  TITLE: 941121 TRAP0003 DISK #1 IBM1FLPY.ADD WARP OS/2.
  205.                CS:EIP=0538:00001a21 CSLIM=000027d7.
  206.  
  207.  DESCRIPTION OF SYMPTOMS:
  208.      Installing WARP disk #1 failed with TRAP0003 on the following 
  209.      values: CS:EIP=0538:00001a21 CSLIM=000027d7.
  210.  
  211.  SUMMARY OF RESOLUTION:
  212.      On the system setup bios, check the SETUP for the 
  213.      floppy drive setup.  Make sure that the floppy drive is setup 
  214.      correctly.  Example: If user has 1.44mb (3 1/2") drive, make 
  215.      sure the setup reflects 1.44mb setup instead of 1.2mb (5 1/4").
  216.  
  217.  TITLE: 941115 CHANGES MADE BY WARP TO WINDOWS FILES 
  218.  
  219.  DESCRIPTION OF SYMPTOMS:
  220.      Changes to several Windows files occur during installation 
  221.      of OS/2 3.0 Warp 
  222.  
  223.  SUMMARY OF RESOLUTION:
  224.      The Following Windows files are Modified during WARP installation:
  225.      WIN.INI
  226.      SYSTEM.INI
  227.      WIN.COM
  228.      CONTROL.INI
  229.      PROGMAN.INI
  230.      SETUP.INF
  231.      CONTROL.INF
  232.  
  233.  DETAILS OF RESOLUTION:
  234.      Changes to the following files are as follows:
  235.  
  236.      WIN.INI
  237.           .Windows.
  238.           if no printer is defined in WINDOWS, Warp will 
  239.           insert GENERIC / TEXT ONLY in the DEVICE= statement.
  240.  
  241.           .Desktop.
  242.           Adds ICON SPACING=100
  243.  
  244.           note:this statement may or may not appear in this 
  245.                section. If it does not, Warp will insert it 
  246.  
  247.           .Ports.
  248.           Adds .OS2 ports 
  249.  
  250.           .Pscript.
  251.           This section is created and the following statements 
  252.           are added:
  253.           EXTERNAL PRINTERS=6
  254.           PRINTER1=40291760
  255.           PRINTER2=40291730
  256.           PRINTER3=40293930
  257.           PRINTER4=40293960
  258.           PRINTER5=IBM17521
  259.           PRINTER6=IBM39521
  260.  
  261.           .Device.
  262.           This section is created and the following statement 
  263.           is inserted:
  264.           GENERIC/TEXT ONLY TTY, LPT1:
  265.  
  266.           .Printer Ports.
  267.           This section is created and the following statement 
  268.           is inserted:
  269.           GENERIC / TEXT ONLY=TTY,LPT1:,15,45
  270.  
  271.      SYSTEM.INI
  272.           .Boot.
  273.           LANGUAGE.DLL= is modified to =LANGENG.DLL ( to ensure english)
  274.          SYSTEM.DRV= is modified to =ATMSYS.DRV
  275.           MAVDMApps= is added 
  276.           OS2MOUSE.DRV=MOUSE.DRV is added 
  277.           ATM.SYSTEM.DRV=SYSTEM.DRV is added 
  278.           USEOS2SHIELD=1 is added 
  279.           OS2SHIELD=WINSHELD.EXE
  280.  
  281.           .Keyboard.
  282.           KEYBOARD.DLL= is modofied to =KBDUS.DLL
  283.  
  284.           .386Enh.
  285.           MAY change the path in the PAGING FILE= statement 
  286.           Changes the MAXPAGINGFILESIZE= statement 
  287.  
  288.           .Timer.drv.
  289.           This section is created and the following statements are 
  290.           inserted:
  291.           Max386Res=10
  292.           Max286Res=10
  293.  
  294.      CONTROL.INI
  295.           .Installed.
  296.           This section is created and the following statements 
  297.           are inserted:
  298.           3.1=YES
  299.           HPPCL5A.DRV=yes
  300.           FINSTALL.DLL=YES
  301.           FINSTALL.HLP=YES
  302.           HPPCL5A.HLP=YES
  303.           HPPCL50P.HLP=YES
  304.           note: the reference to the HP universal print drivers are 
  305.                 due to an HP LaserJet being selected during install.
  306.  
  307.           .Function.
  308.           This section is created and the following statement is 
  309.           inserted:
  310.           SETTINGS=COLORS, FONTS, PORTS, MOUSE, DESTOP, PRINTERS 
  311.                    INTERNATIONAL, SOUND, NETWORK 
  312.  
  313.      PROGMAN.INI
  314.           .Settings.
  315.           display.drv=<installed resolution> is inserted 
  316.  
  317.      SETUP.INF
  318.           .oemdisks.
  319.           A =. ,"IBM OS/2 Printer Driver Diskette 1","PMDD 1"
  320.           B =. ,"IBM OS/2 Printer Driver Diskette 2","PMDD 2"
  321.           C =. ,"IBM OS/2 Printer Driver Diskette 3","PMDD 3"
  322.  
  323.  TITLE: 941121 INSTALLING WARP, GETTING SYS0045 ON WINDOWS DISK #1
  324.  
  325.  DESCRIPTION OF SYMPTOMS:
  326.      Installing OS/ WARP passed the first phase and onto the second 
  327.      phase of the installation, when asks to insert the WINDOWS 
  328.      DISK #1, will received a " SYS0045 sector can't be found ... " 
  329.      If going into OS/2 and DIR on the WINDOWS DISKS, it is ok, but if 
  330.      trying to copy, xcopy any files from the WINDOWS DISKS to the 
  331.      hardfile, result the same error SYS0045 message.
  332.  
  333.  SUMMARY OF RESOLUTION:
  334.      User has changed the floppy drives around and did not update 
  335.      the CMOS to reflects the changes.
  336.  
  337.  DETAILS OF RESOLUTION:
  338.      User must go into the system CMOS and make sure the floppy 
  339.      drives are setup correctly.
  340.      Example: If changed the 1.44mb drive from B: to A:, and the 1.2mb
  341.               drive from A: to B:, on the Setup on the CMOS should 
  342.               reflect that 1.44mb as an A: drive and 1.2mb as an B:
  343.               drive.
  344.  
  345.  TITLE: 941121 WIN-OS2 SESSIONS FAIL TO LAUNCH. BOOTLOG.TXT HAS AS IT,S
  346.                LAST STATEMENT, "LOADSTART=MOUSE.DRV"
  347.  
  348.  DESCRIPTION OF SYMPTOMS:
  349.      WIN-OS/2 fails to launch if there is no mouse type specified 
  350.      in MOUSE.INI
  351.  
  352.  SUMMARY OF RESOLUTION:
  353.      Ensure the MOUSE.INI file has a type specified 
  354.  
  355.  DETAILS OF RESOLUTION:
  356.      When starting any WIN-OS/2 session (FS or Seamless), the session 
  357.      will terminate before it starts. If initiated from an ICON, it 
  358.      will hatch then unhatch. If initiated from a command line,
  359.      "Loading Please Wait..." will appear, then the session prompt 
  360.      will re-display. If starting a WIN-OS/2 session from a command 
  361.      line with a "/B" switch, the BOOTLOG.TXT file will show 
  362.      LOADSTART=MOUSE.DRV as the last statement in the file. A look 
  363.      at MOUSE.INI reveals "MOUSETYPE=". That statement MUST equal the 
  364.      type of hardware installed on the system. When running in 
  365.      DOS/WINDOWS, the system will query the hardware attached and 
  366.      update MOUSE.INI accordingly. This is not occurring in OS/2.
  367.      APAR PJ16247 has been created to address this problem. Until 
  368.      a resolution for the problem of why the MOUSE.INI file is not 
  369.      being updated as it is in DOS/WINDOWS, ensure the MOUSETYPE=
  370.      statement in MOUSE.INI = <the mouse type described in the 
  371.      boot.description section in syste 
  372.  
  373.  TITLE: 941115 RUNNING WEB EXPLORER UNDER WARP 
  374.  
  375.  DESCRIPTION OF SYMPTOMS:
  376.      You can run Web Explorer under WARP version 3.0 as well as TCP-IP
  377.      version 2.0 with the base kit service pack for TCPIP 2.0.
  378.  
  379.  SUMMARY OF RESOLUTION:
  380.      The customer will need obtain support from the Internet.
  381.  
  382.  DETAILS OF RESOLUTION:
  383.      If the customer is running Web Explorer they must obtain support 
  384.      from the internet.
  385.  
  386.      The support news group on the internet newsgroup is:
  387.         comp.os.os2.networking.tcp-ip
  388.  
  389.  TITLE: 941122 INSTALLING OS/2 WARP, INTERNAL CDROM DRIVE CONNECTED 
  390.                TO A SOUNDCARD DIRECTLY (NOT A SEPERATE CONTROLLER 
  391.                CARD).
  392.  
  393.  DESCRIPTION OF SYMPTOMS:
  394.      Not recognizing cdrom.  OS2CDROM.DMD not found.
  395.  
  396.  RESOLUTION:
  397.      This is a hardware related problem.  User needs to do the 
  398.      following:
  399.      On the back of the cdrom drive is a jumper which controls the bus 
  400.      device number.  OS/2 install requires it to be on 0 (zero).
  401.      Most sound board manufacturers leave it at the factory default 
  402.      of 1.  If it is anything other than 0, the install disk #1 will 
  403.      not load the driver " OS2CDROM.DMD " and will stop installation 
  404.      with a red screen saying it can't find the cdrom.
  405.  
  406.  TITLE: 941123 INSTALLING WARP ON A SYSTEM WITH FUTURE DOMAIN 1680,
  407.                FIRST PHASE HANG WITH A BLINKING CURSOR.  NO LOGO 
  408.                ON THE FIRST REBOOT.
  409.  
  410.  DESCRIPTION OF SYMPTOMS:
  411.      Installing WARP on a system with Future Domain 1680 SCSI 
  412.      controller and Toshiba 3401b CDROM, hang after the first reboot 
  413.      with a blinking cursor on the top left hand corner.  No logo,
  414.      just a black screen with blinking cursor. This is on a 1.5gb
  415.      Maxtor hardfile.
  416.  
  417.  SUMMARY OF RESOLUTION:
  418.      User has low-level formatted the hardfile under the Future Domain 
  419.      utilities, but did not partition the drive and high-level
  420.      format under this utilities.  The Maxtor drive cylinders set is 
  421.      incorrect, showing 816 instead of actual 1014 cylinders.  The
  422.      hardfile was NOT correctly defined previously therefore causing 
  423.      this problem.
  424.  
  425.  DETAILS OF RESOLUTION:
  426.      Make sure the hardfile is correctly define and format under the 
  427.      Future Domain Utilities to avoid this problem.
  428.  
  429.  TITLE: 941123 INSTALLING WARP ON A SYSTEM WITH CDROM (TOSHIBA)
  430.                CONNECTED TO AN ADAPTEC 1542C, GETTING A RED SCREEN NO 
  431.                CDROM DEVICE SUPPORT FOUND.
  432.  
  433.  DESCRIPTION OF SYMPTOMS:
  434.      Red screen on DISK #1, message no cdrom device support found.
  435.  
  436.  RESOLUTION:
  437.      Under the Adaptec setting option (Ctrl+A), disable the FAST 
  438.      SCSI and Synchronize option.
  439.      This will enabled OS/2 WARP install DISK #1 to recognize the 
  440.      cdrom.
  441.      Note: The system has also a SoundBlaster card, but the 
  442.      cdrom (Toshiba) is connected to the Adaptec 1542C SCSI 
  443.      controller.
  444.  
  445.  TITLE: 941129 C0000005 ON DISK #1 INSTALLATION OF WARP 
  446.                CS:EIP = 013b : 00000ced CSLIM = 000025ab 
  447.  
  448.  DESCRIPTION OF SYMPTOMS:
  449.  
  450.      Installation of WARP, on Disk 1 received the following error:
  451.      "A program in this session encountered a problem and 
  452.       cannot continue.
  453.       c0000005
  454.       P1 =00000000 P2 =ffffffff P3 =xxxxxxxx P4 =xxxxxxxx
  455.       EAX=00000002 EBX=ffe4a814 ECX=00000041 EDX=ffe28c44
  456.       ESI=ffe4000a EDI=ff3f0008
  457.       DS=03cb  DSACC=00f3  DSLIM=000007ff
  458.       ES=0130  ESACC=00f3  ESLIM=00005133
  459.       FS=0000  FSACC=****  FSLIM=********
  460.       GS=0000  GSACC=****  GSLIM=********
  461.       CS:EIP=013b:00000ced CSACC=00fb  CSLIM=000025ab
  462.       SS:EIP=0017:00000fc6 SSACC=00f3  SSLIM=00000fff
  463.       EBP=00000433 FLG=00013202
  464.  
  465.  SUMMARY OF RESOLUTION:
  466.  
  467.      Check the CONFIG.SYS, user has edited this file and instead of 
  468.      putting " REM " for remarks out the statement, user put a non-
  469.      alphabet characters.  For example, instead of the following:
  470.      REM basedev=ibm1s506.add
  471.      user has put 
  472.      ;basedev=ibm1s506.add  (a semi-colon " ; ")
  473.      This above will result the c0000005 error on disk #1.
  474.  
  475.  DETAILS OF RESOLUTION:
  476.  
  477.      Make sure the user does not use any non alphabet characters for 
  478.      any statements on the config.sys.
  479.      Under OS/2, everytime a statement needs to be REMarks out,
  480.      user REM instead of ";" or non alphabet characters.
  481.  
  482.  TITLE: 941205 GENERAL PROBLEMS ON INSTALLATION OF WARP, MAINTENANCE 
  483.                DESKTOP OR BEFORE THE FINAL REBOOT 
  484.  
  485.  DESCRIPTION OF SYMPTOMS:
  486.  
  487.      1. Customer receives sys3175 in os2mm.dll (PJ16290) on first 
  488.         reboot or Maintenance Desktop.
  489.      2. Customer receives sys3175 in unpack2.exe, when continuing 
  490.         installation through the maintenance desktop on any diskette.
  491.      3. OS2 is unable to operate your hard disk or your diskette drive.
  492.      4. System hangs on maintenance desktop.
  493.      5. System beeps on diskette #7 when asking for the diskette.
  494.  
  495.  RESOLUTION:
  496.  
  497.      Remark out the basedev=xxxxxxx.add from config.sys on the harddrive 
  498.      except ibmint13.i13 and ibm%flpy.add and the cdrom 
  499.      controller device driver (Where xxxxxx can be any character and % is 
  500.      replaced by 2 for microchannel system and a 1 if any other system).
  501.      Also refer customer for possible 174 in Users Guide to OS/2 book 
  502.      additional explanation and actions.
  503.      If customer has Ethernet Card (NE2000 Compatible), ask to 
  504.      customer to remove it (PJ15955).
  505.  
  506.  TITLE: 941103 INSTALLING S3964 DRIVERS ON WARP OS/2 VERSION 3.0 USING 
  507.                S3'S DRIVERS (THOSE WRITTEN BY S3 CORP.)
  508.  
  509.  DESCRIPTION OF SYMPTOMS:
  510.  
  511.      Problems installing the S3 drivers for the S3 964 chip on system with 
  512.      OS/2 v3.0
  513.          1.  The install does not finish 
  514.          2.  The install hangs 
  515.  
  516.  SUMMARY OF RESOLUTION:
  517.  
  518.      1.  Edit the S3inst.cmd file 
  519.      2.  Change all references to x:\os2 to x:\os2\boot.
  520.           (X: = drive where os2 resides)
  521.      The drivers in original format will not install because the reference 
  522.      the Os2 directory.  Os2 v 3.0 installs the drivers into the Os2\Boot
  523.      directory.
  524.  
  525.  DETAILS OF RESOLUTION:
  526.  
  527.      1.  Edit the S3INST.CMD file by:
  528.           a.  Place the S3 driver diskette into the disk drive.
  529.           b.  Change to the disk drive 
  530.           c.  Pull S3INST.CMD into an editor 
  531.      2.  Change the reference from X:\OS2 TO X:\OS2\BOOT
  532.           ('X' = drive where OS/2 resides)
  533.           Note: The drivers in the original format will not install since 
  534.                   reference is to the \OS2 directory.  OS/2 v3.0 installs 
  535.                   drivers into the \OS2\BOOT directory 
  536.  
  537.  TITLE: 941129 WARP PACKAGE UPDATE - HOW TO FIND OUT WHICH WARP 
  538.                PACKAGE THE CUSTOMER RECEIVED 
  539.  
  540.  DESCRIPTION OF SYMPTOMS:
  541.  
  542.      How to tell which WARP Package the customer is running.
  543.  
  544.  SUMMARY OF RESOLUTION:
  545.  
  546.      Check the manufactured packages.
  547.      The SYSINST1.EXE file has been updated.
  548.  
  549.  DETAILS OF RESOLUTION:
  550.  
  551.      The only file that was changed in the updated WARP Package is 
  552.      SYSINST1.EXE.  This file is located on Disk 1 or CD Rom 1 and 
  553.      is installed to:
  554.  
  555.           X:\OS2\INSTALL\BOOTDISK\SYSINST1.EXE
  556.  
  557.      The old file size for SYSINST1.EXE is 4992 bytes, dated 10-08-94.
  558.      The new file size for SYSINST1.EXE is 4960 bytes, dated 10-25-94.
  559.  
  560.                         ************************
  561.  
  562.   The following should be used to distinguish the original GA 
  563.   version of WARP from the updated packages, or from newly 
  564.   manufactured packages.
  565.  
  566.   1. 16-Digit Code on Bottom of WARP Box (1st 6 Digits are Date of Mfg)
  567.     - If Down-Level (not reworked) will have date prior to 10/29/94
  568.     - If Reworked, will have Original Code w/date prior to 10/29/94
  569.       PLUS Additional 16-Digit Code that will reflect date of rework 
  570.     - Single 16-Digit Code w/date After 10/29, reflects newly 
  571.       Manufactured Product, w/revised code.
  572.  
  573.   2. Shipping Carton of any "REWORKED" Product will have a single 
  574.      WHITE STICKER (no text) on outside of Box.  White sticker will 
  575.      be visible thru pallet.
  576.  
  577.   3. Diskette Label of Diskette 1 has revised Part Number (P/N):
  578.      83G8658 (for Diskette Version)
  579.      83G8661 (for CD-ROM Version)
  580.  
  581.  TITLE: 941130 TRAP000E WITH CS:EIP 0160:FFF6EFBE
  582.  
  583.  DESCRIPTION OF SYMPTOMS:
  584.  
  585.      Customer receives a Trap000e with cs:eip 0160:FFF6EFBE when 
  586.      running laps WR06000 and/or lan server IP07000.  The function 
  587.      name which is failing is _VMGetSem.
  588.  
  589.  SUMMARY OF RESOLUTION:
  590.  
  591.      Customer must upgrade to the latest csd's for Laps and Lan 
  592.      server.  (WR07045 and IP07045)
  593.  
  594.  DETAILS OF RESOLUTION:
  595.  
  596.      If a customer receives a Trap000E with CS:EIP 0160:FFF6EFBE they 
  597.      must upgrade their Laps to WR07045 and Lan Server to IP07045.
  598.  
  599.      NOTE:  This may not necessarily pertain to Laps and Lan Server.  If
  600.      the customer is running any other Product such as Novell, other 
  601.      Lan software, or specific drivers make sure they are updated to 
  602.      the latest version.
  603.  
  604.  TITLE: 941209 System hangs with Adaptec 2740/2742 controller with 
  605.                cdrom attached.
  606.  
  607.  DESCRIPTION OF SYMPTOMS:
  608.      Attempting to access a CDROM attached to an Adaptec 2740/2742
  609.      scsi controller causes trap or system hang.
  610.  
  611.  SUMMARY OF RESOLUTION:
  612.      Disable tagged queing for the AIC7770.ADD driver.
  613.  
  614.  DETAILS OF RESOLUTION:
  615.      1. Edit the OS2 config.sys file.
  616.  
  617.      2. Change the line 
  618.  
  619.         BASEDEV=AIC7770.ADD
  620.                    to 
  621.         BASEDEV=AIC7770.ADD /A:0 /TAG:1
  622.  
  623.      3. Shut down system and then reboot for change to take effect.
  624.  
  625.  TITLE: 941208 SHUTDOWN FAILS UNDER OS/2 2.11 OR WARP DUE TO LOTUS 
  626.                CC:MAIL BEING ON THE SYSTEM 
  627.  
  628.  DESCRIPTION OF SYMPTOMS:
  629.      In some cases, after installing CCMail Client on a system running 
  630.      WARP 3.0, the user will be unable to successfully shutdown.
  631.  
  632.  SUMMARY OF RESOLUTION:
  633.      CCmail is aware of this and the 1.04 build will address this 
  634.      issue.
  635.  
  636.  DETAILS OF RESOLUTION:
  637.      To work around this problem:
  638.          Make sure the user either has their CCMail folder open, or 
  639.          places a shadow of any object within the CCMail folder on the 
  640.          OS/2 desktop, prior to shutdown.
  641.  
  642.      ALSO, word from a Lotus support tech is that if the IN BOX has a 
  643.      shadow on the Desktop, then the problem will not occur.
  644.  
  645.      This problem will be addressed in the version 1.04 of CCmail.
  646.      The most current version of CCMail Client is 1.03 and 1.04 is 
  647.      scheduled to be available early 1995.
  648.  
  649.  TITLE: 941207 WARP ERROR MESSAGE "DRIVE X NOT READY PRESS ANY KEY"
  650.  
  651.  DESCRIPTION OF SYMPTOMS:
  652.  
  653.      CUSTOMERS USING THE BOOT MANAGER FEATURE UNDER OS/2 WARP MAY GET 
  654.      THE ERROR MESSAGE "DRIVE 1 NOT READY PRESS ANY KEY" AND THE SYSTEM 
  655.      BOOTS NORMALLY. OTHER DRIVES NUMBERS MAY ALSO BE REPORTED AS NOT 
  656.      READY. THIS IS MOST PREVALENT ON COMPUTERS THAT UTILIZE A SCSI 
  657.      HOST ADAPTER.
  658.  
  659.  SUMMARY OF RESOLUTION:
  660.  
  661.      THE CUSTOMER SHOULD CHECK THE HARDWARE SETTINGS OF ALL THE 
  662.      DRIVES IN HIS SYSTEM. ON SYSTEMS WITH SCSI HOST ADAPTERS, BE 
  663.      CERTAIN THAT ONLY BOOTABLE DRIVES HAVE A SCSI ID OF 0 OR 1.
  664.      USING FDISK FROM A PREVIOUS VERSION OF OS/2 TO INSTALL THE 
  665.      BOOTMANAGER WILL CIRCUMVENT THE MESSAGE.
  666.  
  667.  DETAILS OF RESOLUTION:
  668.  
  669.      THE ERROR MESSAGE APPEARING IS THE RESULT OF ADDITIONAL 
  670.      MESSAGEING THAT WAS ADDED TO ALERT A USER THAT AN EXTERNAL 
  671.      DRIVE MAY NOT BE POWERED ON. ONE OF THE REASONS THAT IT APPEARS 
  672.      FOR WARP USERS WITHOUT EXTERNAL DRIVES MAY BE A NON STANDARD 
  673.      IMPLENTATION OF THE BIOS IN THE USERS SCSI CARD. USING 
  674.      THE FDISK PROGRAM FROM A PREVIOUS VERSION OF OS/2 WILL STOP 
  675.      THE ERROR MESSAGE FROM APPEARING. FDISK.COM IS LOCATED ON DISK 1 
  676.      OF MOST VERSIONS OF OS/2 INSTALLATION DISKETTES, IT IS ALSO IN THE 
  677.      \OS2SE21\DISK_2 DIRECTORY OF MOST OS/2 CDROMS.
  678.  
  679.  TITLE: 941207 IPE 0160:FFFBA0FC - 000D:000680FC, 1163, 7019 ON DISK 1 
  680.                INTERNAL REVISION 8.162 94/09/19
  681.  
  682.  DESCRIPTION OF SYMPTOMS:
  683.      Installing WARP on Disk #1 when the user replaced the IBMKBD.SYS
  684.      with the size of 29,525, will get the following IPE.
  685.      *************** IPE 16/32-bit *************************
  686.        THE SYSTEM DETECTED AN INTERNAL PROCESSING 
  687.        ERROR AT LOCATION # 0160:fffba0fc - 000d:000680fc
  688.         1163, 7019 
  689.        048600b4 
  690.        INTERNAL REVISION  8.162      94/09/19
  691.      *********** end IPE 16/32-bit ************************
  692.  
  693.  RESOLUTION:
  694.      User has downloaded the wrong IBMKBD.SYS file.
  695.      The file size should be 4,677 and dated 7/30/94.
  696.      Note: this file is the temporarily fix for PJ16077 
  697.  
  698.  TITLE: 941209 WHAT IDE CD-ROMS ARE COMPATIBLE WITH OS2 Warp?
  699.                AND HOW DO I MAKE THEM WORK?
  700.  
  701.  DESCRIPTION OF SYMPTOMS:
  702.      CDROM NOT WORKING UNDER WARP 
  703.  
  704.  SUMMARY OF RESOLUTION:
  705.      What Follows is a list of CD-ROMs that are known to be compatible 
  706.      with Warp and how to make them work.
  707.  
  708.  DETAILS OF RESOLUTION:
  709.  
  710.      The IDE hard disk driver, IBM1S506.ADD, was made aware of ATAPI.
  711.      This driver will claim all ATAPI devices and mark them as generic 
  712.      devices. The IBMIDECD.FLT filter loads afterwards and scans all 
  713.      drivers for generic ATAPI devices. If it locates one, it will decide 
  714.      if that device is a CDROM.
  715.  
  716.      Note:  In addition to IBM1S506.ADD and IBMIDECD.FLT, all CD-ROM
  717.      in the table below require the OS2CDROM.DMD and CDFS.IFS device 
  718.      These are added automatically when the selective install is done.
  719.  
  720.      CDROM.
  721.  
  722.      An IDE CDROM cannot be a master while a hard drive is being a slave.
  723.      You cannot use the IBMINT13.I13 for an IDE CDROM.
  724.  
  725.           -------------------------------------
  726.           Manufacturer  |Model      |  Notes  |
  727.           --------------|-----------|---------|
  728.           Mitsumi       |FX001DE    |    1    |
  729.           ------------------------------------|
  730.           NEC           |CDR-250    |         |
  731.                         |CDR-260    |    2    |
  732.                         |NEC 2vi    |         |
  733.           ------------------------------------|
  734.           Sony          |55E        |    1    |
  735.                         |55D        |    1    |
  736.           ------------------------------------|
  737.           Panasonic     |571        |         |
  738.           ------------------------------------|
  739.           Wearnes       |CDD-120    |         |
  740.           -------------------------------------
  741.  
  742.      Notes:
  743.  
  744.      1. The Mitsumi and Sony cdroms may have problems because they are not 
  745.         ATAPI 1.2 compliant. This should be fixed with updated drivers.
  746.  
  747.      2. NEC 260 cdroms that ship with some Gateway systems adhere to the 
  748.         1.7 spec instead of 1.2. For these cdroms, the BASEDEV=IBM1S506. A 
  749.         line in the OS2 config.sys file has to be edited as follows:
  750.  
  751.                  BASEDEV=IBM1S506.ADD /A:x /U:y /ATAPI
  752.  
  753.         The /A switch refers to the adapter number that the cdrom 
  754.         is attached to. The /U option references the unit or device 
  755.         number on a particular adapter. The /ATAPI parameter 
  756.         enables ATA Packet Interface protocol for the NEC 260. If the 
  757.         cdrom is attached to the second IDE port or adapter in a 
  758.         system and is the only device on the adapter you would 
  759.         enter:
  760.  
  761.                  BASEDEV=IBM1S506.ADD /A:1 /U:0 /ATAPI
  762.  
  763.  TITLE: 941201 Philips cdrom causes boot problem if /m parameter used 
  764.  
  765.  DESCRIPTION OF SYMPTOMS:
  766.  
  767.      After setting the number of 2500 byte CD frame buffers to a value 
  768.      greater than the default value, OS2 will not boot. The default value 
  769.      is 16, the maximum 26, and the minimum 8. If customer is loading 
  770.      the LMS205.ADD driver, the line in config.sys would read 
  771.  
  772.                BASEDEV=LMS205.ADD /m:26
  773.  
  774.      to specify 26 2500 byte CD frame buffers.
  775.      With the Philips 206 cdrom, the line would read 
  776.  
  777.                BASEDEV=LMS206.ADD /m:
  778.  
  779.  SUMMARY OF RESOLUTION:
  780.  
  781.      Change the number of CD frame buffers back to the default value.
  782.  
  783.  DETAILS OF RESOLUTION:
  784.  
  785.      Please follow these instructions:
  786.  
  787.      1. Bring up the OS2 config.sys in an editor.
  788.  
  789.      2. Check the config.sys for the statements 
  790.  
  791.          BASEDEV=LMS205.ADD /m:26
  792.  
  793.      3. Remove the /m:26 so the line reads 
  794.  
  795.          BASEDEV=LMS205.ADD
  796.  
  797.      4. Save the file, shutdown and reboot for the changes to take 
  798.         effect.
  799.  
  800.  October 25, 1995 
  801.  
  802.                      Personal Systems Support Family 
  803.  
  804.                         Platform Offering Options 
  805.   ----------------------------------------------------------------------
  806.  
  807.   +--------------------------------------------------------------------+
  808.   | Figure 1 (Page 1 of 2). Platform Offering Options                  |
  809.   +--------------+-----------------+-----------------+-----------------+
  810.   |              | SUPPORT LINE    | SUPPORT LINE    | SUPPORT LINE    |
  811.   |              | PER INCIDENT    | STANDARD        | PREMIUM         |
  812.   +--------------+-----------------+-----------------+-----------------+
  813.   | Fees         | $190 Per        | $4,495 for      | $29,995 for     |
  814.   |              | Incident        | Unlimited       | Unlimited       |
  815.   |              |                 | Incidents       | Incidents       |
  816.   |              |                 | ($4,050 with    | ($28,645 with   |
  817.   |              |                 | certification)  | certification)  |
  818.   +--------------+-----------------+-----------------+-----------------+
  819.   | Support for  | Not Applicable  | Priced Per      | All products    |
  820.   | Additional   |                 | Product Added   | are included    |
  821.   | Products     |                 |                 |                 |
  822.   +--------------+-----------------+-----------------+-----------------+
  823.   | Support      | 8 AM to 5 PM    | 8 AM to 5 PM    | 24 X 7          |
  824.   | Hours        | Customer Time   | Customer Time   | (excluding      |
  825.   |              | Zone - Monday   | Zone - Monday   | Christmas Day)  |
  826.   |              | through Friday  | through Friday  |                 |
  827.   |              | (excluding U.S. | (excluding U.S. |                 |
  828.   |              | national        | national        |                 |
  829.   |              | holidays)       | holidays)       |                 |
  830.   +--------------+-----------------+-----------------+-----------------+
  831.   | 24 X 7       | $260 Per        | $1,575          | Included        |
  832.   | Coverage     | Incident        | additional      |                 |
  833.   |              |                 | ($6,070 total   |                 |
  834.   |              |                 | includes the    |                 |
  835.   |              |                 | base operating  |                 |
  836.   |              |                 | system)*        |                 |
  837.   +--------------+-----------------+-----------------+-----------------+
  838.   | Priority     | Not Applicable  | $4,995          | Included        |
  839.   | Handling     |                 | additional      |                 |
  840.   +--------------+-----------------+-----------------+-----------------+
  841.   | Customer     | Not Applicable  | 2 primary / 2   | 6 primary / 6   |
  842.   | Contacts     |                 | alternates      | alternates      |
  843.   | Included     |                 |                 | (includes 2     |
  844.   |              |                 |                 | primary and 2   |
  845.   |              |                 |                 | alternates for  |
  846.   |              |                 |                 | extended hours  |
  847.   |              |                 |                 | coverage)       |
  848.   +--------------+-----------------+-----------------+-----------------+
  849.   | Additional   | Not Applicable  | $2,995 each     | $2,995 each     |
  850.   | Customer     |                 |                 |                 |
  851.   | Contacts     |                 |                 |                 |
  852.   +--------------+-----------------+-----------------+-----------------+
  853.   | Multivendor  | Not Applicable  | $1,995          | Included        |
  854.   | Coordination |                 | additional      |                 |
  855.   +--------------+-----------------+-----------------+-----------------+
  856.   |              | SUPPORT LINE    | SUPPORT LINE    | SUPPORT LINE    |
  857.   |              | PER INCIDENT    | STANDARD        | PREMIUM         |
  858.   +--------------+-----------------+-----------------+-----------------+
  859.   | Monthly      | Not Applicable  | Included        | Included        |
  860.   | Activity     |                 |                 |                 |
  861.   | Reports      |                 |                 |                 |
  862.   +--------------+-----------------+-----------------+-----------------+
  863.   | NOTE:  * The charge for Extended Hours Coverage includes the       |
  864.   | OPERATING SYSTEM ONLY.  24 X 7 coverage for each additional        |
  865.   | product is subject to a 35% premium of the cost of support for     |
  866.   | that product, on a product-by-product basis, and must be added to  |
  867.   | the base charge.                                                   |
  868.   |                                                                    |
  869.   | A 10% discount will apply for multiple purchases of either Support |
  870.   | Line Standard or Support Line Premium.  Discounts do not apply to  |
  871.   | optional charges.                                                  |
  872.   +--------------------------------------------------------------------+
  873.  ************************************************************************                     
  874.  Personal Systems Support Family                                    
  875.  Fees  
  876.  ----------------------------------------------------------------------   
  877.  PERSONAL SYSTEMS FORUM   o   Forum - No charge   o   
  878.  IBM  TalkLink  Fee  -  $18  per  month (plus one-time 
  879.  registration      charge of $15)    PERSONAL SYSTEMS 
  880.  TECHNICAL CONNECTION PERSONAL SOFTWARE CD-ROM   o   
  881.  Single copy - $59   o   Annual Subscription - Quarterly 
  882.  updates $119   o   Annual Subscription - Monthly updates 
  883.  $299   PERSONAL SYSTEMS CONSULT LINE, PER HOUR 
  884.  (MINIMUM OF 1 HOUR)   $240   IBM HOUSE CALL, PER HOUR 
  885.  (MINIMUM OF 2 HOURS)   o   Hourly - $170   o   2 - 19 
  886.  Hours - $170 per hour   o   20 -99 Hours - $155 per hour   o   
  887.  100+ Hours - $140 per hour    CUSTOMER APPLICATION 
  888.  ASSISTANCE, PER HOUR   $240   DESKTOP APPLICATION 
  889.  SUPPORT   o   $64 per Incident   o   $600 for 10 Incidents   
  890.  TECHNICAL SOLUTIONS   Annual Subscription - $50  
  891.  ***********************************************************************                     
  892.  Personal Systems Support Family                        Single 
  893.  User Services Options  
  894.  ---------------------------------------------------------------------- 
  895.  
  896.   +--------------------------------------------------------------------+
  897.   | Figure 2. Single User Services Options                             |
  898.   +--------------+-----------------+-----------------+-----------------+
  899.   |              | SINGLE INCIDENT | SINGLE INCIDENT | UNLIMITED       |
  900.   |              | - 800 #         | - 900 #         | INCIDENTS       |
  901.   +--------------+-----------------+-----------------+-----------------+
  902.   | Contract     | Single Incident | Single Incident | Annual          |
  903.   | Period       |                 |                 |                 |
  904.   +--------------+-----------------+-----------------+-----------------+
  905.   | Fees         | $45.00 Per      | $2.00 Per       | $179.00 Per     |
  906.   |              | Incident        | Minute, $50     | Year            |
  907.   |              |                 | Maximum Per     |                 |
  908.   |              |                 | Incident        |                 |
  909.   +--------------+-----------------+-----------------+-----------------+
  910.   | Standard     | OS/2 & DOS      | OS/2 & DOS      | OS/2 & DOS      |
  911.   | Products     |                 |                 | (limited        |
  912.   |              |                 |                 | product set)    |
  913.   +--------------+-----------------+-----------------+-----------------+
  914.   | Extended     | N/A             | N/A             | N/A             |
  915.   | Products     |                 |                 |                 |
  916.   +--------------+-----------------+-----------------+-----------------+
  917.   | Support      | 8AM to 5PM      | 8AM to 8PM      | 8AM to 5PM      |
  918.   | Hours        | Customer Time   | Eastern Time -  | Customer Time   |
  919.   |              | Zone - Monday   | Monday through  | Zone - Monday   |
  920.   |              | through Sunday  | Sunday          | through Sunday  |
  921.   |              | (excluding U.S. | (excluding U.S. | (excluding U.S. |
  922.   |              | national        | national        | national        |
  923.   |              | holidays)       | holidays)       | holidays)       |
  924.   +--------------+-----------------+-----------------+-----------------+
  925.   | 24 X 7       | N/A (Customer   | N/A             | N/A             |
  926.   |              | can purchase    |                 |                 |
  927.   |              | platform 24 X 7 |                 |                 |
  928.   |              | Single Incident |                 |                 |
  929.   |              | if required)    |                 |                 |
  930.   +--------------+-----------------+-----------------+-----------------+
  931.   | Priority     | N/A             | N/A             | N/A             |
  932.   | Handling     |                 |                 |                 |
  933.   +--------------+-----------------+-----------------+-----------------+
  934.   | # of         | N/A             | N/A             | Single User,    |
  935.   | Contacts     |                 |                 | Single License  |
  936.   +--------------+-----------------+-----------------+-----------------+
  937.   | Multivendor  | N/A             | N/A             | N/A             |
  938.   | Coordination |                 |                 |                 |
  939.   +--------------+-----------------+-----------------+-----------------+
  940.   | Monthly      | N/A             | N/A             | N/A             |
  941.   | Activity     |                 |                 |                 |
  942.   | Reports      |                 |                 |                 |
  943.   +--------------+-----------------+-----------------+-----------------+
  944.  
  945.  TITLE: 941208 INSTALLING WARP ON VALUEPOINT 6384-199 (P60/D), ON DISK 
  946.                #1 HANGS WITH DISKETTE LIGHT ON AND LOGO DISPLAYED.
  947.  
  948.  DESCRIPTION OF SYMPTOMS:
  949.      Attempting to install OS/2 Warp on ValuePoint 6384-199 (P60/D).
  950.      Installing from diskettes.  Boot from installation diskette,
  951.      load disk 1 when requested  disk 1 hangs with diskette light 
  952.      on and logo displayed.
  953.      ALT-F2 shows nothing.  No driver has been loaded.
  954.      Turned off int/ext cache and shadowing ROM did not help.
  955.  
  956.  RESOLUTION:
  957.      These ValuePoint systems came with the Flash EEPROM level 
  958.      0.13.01.AV0M and it has an AMI BIOS.  User needs to download 
  959.      VPP60FL6.DSK from the BBS in Raleigh 919-517-0001.  The
  960.      new BIOS is 1.00.06.AV0M.
  961.      Contact PS/VP Technical support for more informations on 
  962.      getting this new Flash EEPROM upgrade.
  963.  
  964.  TITLE: 941212 COULD NOT LOCATE VROBJ.DLL (OS/2 WARP BONUSPAK)
  965.  
  966.  DESCRIPTION OF SYMPTOMS:
  967.  
  968.      Customer is attempting to run the BonusPak Installation 
  969.      Utility (INSTALL.CMD).  The program starts up and issues 
  970.      five "1 file(s) copied" messages and then pops up an error 
  971.      box that states: " BPIU.EXE - COULD NOT LOCATE VROBJ.DLL ".
  972.  
  973.  SUMMARY OF RESOLUTION:
  974.  
  975.      Somehow the customer's LIBPATH statement has been changed 
  976.      such that the ".;" (dot semicolon) has been deleted from 
  977.      the LIBPATH.  The LIBPATH statement in CONFIG.SYS should 
  978.      look similar to this: LIBPATH=.;C:\OS2\DLL;C:\OS2\MDOS;
  979.      continuing on to the end.  NOTE: C is drive where OS/2
  980.      Warp is installed.
  981.  
  982.  DETAILS OF RESOLUTION:
  983.  
  984.      If your customer is experiencing this error with the 
  985.      BonusPak Installation Utility, have the customer check 
  986.      his CONFIG.SYS file and look for the .; in the LIBPATH 
  987.      statement.  It normally should be the first entry in 
  988.      the list of subdirectories.  On a newly installed machine 
  989.      it is the first item.  It may however be located anywhere 
  990.      on the LIBPATH= line.  Ask the customer if he might have 
  991.      edited this line in his CONFIG.SYS or installed any 
  992.      applications that stated that they were going to edit 
  993.      or update CONFIG.SYS.  That will be the way to determine 
  994.      how the line might have gotten modified.  OS/2 Warp needs 
  995.      the .; in the LIBPATH to function correctly.
  996.  
  997.      A missing .; in the LIBPATH can result in all sorts of 
  998.      errors occurring with different programs of the BonusPak 
  999.      and the system in general.
  1000.  
  1001.  TITLE: 941207 USER MAY GET SYS3175 IN INSTALL.EXE WHILE INSTALLING 
  1002.                WARP ON ZEOS PANTERA SYSTEM.
  1003.  
  1004.  DESCRIPTION OF SYMPTOMS:
  1005.  
  1006.      User may get the following SYS3175 in Install.exe during OS/2
  1007.      3.0 Installation on Zeos Pantera P90 System.
  1008.      . 
  1009.      *************** SYS3175 32-bit***************
  1010.      A program generated an acess violation at 0004d8a9 
  1011.      install.exe 0004:0000d8a9
  1012.      P1=00000008 P2=000000a0 P3=xxxxxxxx P4=xxxxxxxx  EAX=00000000
  1013.      EBX=00000004 ECX=00000005 EDX=bed80127
  1014.      ESI=00000d22 EDI=00005628
  1015.      DS=008f  DSACC=00f3  DSLIM=0000d12f
  1016.      ES=0127  ESACC=00f3 ESLIM=00000d22
  1017.      FS=150b  FSACC=00f3  FSLIM=00000030
  1018.      GS=0000 GSACC=****  GSLIM=********
  1019.      CS:EIP=0027:0000d8a9 CSACC=00fb CSLIM=0000daa9
  1020.      SS:EIP=008f:0000a7d2 SSACC=00f3  SSLIM=0000d12f
  1021.      EBP=0000a7e8 FLG=00012246
  1022.      *************** SYS3175 32-bit End ***********
  1023.  
  1024.  SUMMARY OF RESOLUTION:
  1025.  
  1026.      Contact Zeos Technical Support for Bios Upgrade Information.
  1027.  
  1028.  DETAILS OF RESOLUTION:
  1029.  
  1030.      If a system has a Flash Bios Version less than V9.0, user needs to 
  1031.      upgrade his Bios to 9.0 which can be downloaded from Zeos Bulletin 
  1032.      Board System at 612-362-1219. Once the bios is upgraded, the hard-
  1033.      ware settings for IDE drive in CMOS should be configured as 
  1034.      following.
  1035.  
  1036.                Multi Sector = Disable 
  1037.                Pre Set      = Disable 
  1038.                LBA          = Enable 
  1039.  
  1040.      For more info, please contact Zeos Technical Support.
  1041.  
  1042.  This section contains a collection of all the README files 
  1043.  included with OS/2 Warp version 3 and its BonusPak 
  1044.  applications. 
  1045.  
  1046.          OS/2 WARP VERSION 3 README 
  1047.  
  1048.    Welcome to OS/2* Warp Version 3 (OS/2 Warp).
  1049.    This README contains the latest information available.
  1050.    It also contains helpful hints found in our testing.
  1051.  
  1052.    The README is only one source of information provided 
  1053.    with OS/2 Warp.  Greater detail can be found in:
  1054.  
  1055.    o   User's Guide to OS/2 Warp 
  1056.    o   Using OS/2, a new tutorial 
  1057.    o   The Information Folder located on the Desktop,
  1058.        which provides new online books to help you learn 
  1059.        and develop skills using OS/2 Warp:
  1060.  
  1061.        -   Master Help Index 
  1062.        -   Command Reference 
  1063.        -   REXX Information 
  1064.        -   Multimedia 
  1065.        -   Printing in OS/2
  1066.        -   Performance Considerations 
  1067.        -   Application Considerations 
  1068.        -   Windows Programs in OS/2
  1069.  
  1070.        The Application Considerations online book, for 
  1071.        example, contains helpful hints on running games 
  1072.        under OS/2 Warp.  The Printing in OS/2 online book 
  1073.        helps with installing new printers or solving 
  1074.        problems.  These are a few of the many items 
  1075.        found in the new online books.
  1076.  
  1077.    To help you locate information in this README, you 
  1078.    can use the Find option in the Edit menu of the OS/2
  1079.    System Editor.  You can print the file by dragging it 
  1080.    to your printer object or by using the Print choice 
  1081.    on the pop-up menu.
  1082.  
  1083.    CONTENTS 
  1084.    ________
  1085.  
  1086.   1.0   Creating Diskette Images from the OS/2 CD 
  1087.  
  1088.   2.0   Enhanced IDE Hard Drives Greater than 528MB 
  1089.  
  1090.   3.0   Multiple Versions of Windows**
  1091.  
  1092.   4.0   Win32s** Versions 1.0 and 1.1 Applications 
  1093.  
  1094.   5.0   Repetitive Sounds or No Sound After System 
  1095.          Installation 
  1096.  
  1097.   6.0   Desktop Settings Notebook 
  1098.  
  1099.   7.0   Monochrome Monitors 
  1100.  
  1101.   8.0   Lotus** Notes Does Not Support Comet Cursor 
  1102.  
  1103.   9.0   Lotus Approach 3.0 Needs to Have Memory Setting 
  1104.         Adjusted
  1105.  
  1106.  10.0   Pen for OS/2
  1107.  
  1108.  11.0   Startup Warning Message 
  1109.  
  1110.  12.0   Changing Display Resolution Using the System Object 
  1111.  
  1112.  13.0   Trademarks 
  1113.  
  1114.   1.0   CREATING DISKETTE IMAGES FROM THE OS/2 CD 
  1115.         _________________________________________
  1116.  
  1117.    To create diskette images from the OS/2 CD after OS/2
  1118.    Warp has been installed, you must first find out how 
  1119.    many diskettes you will need.  Follow these 
  1120.    procedures:
  1121.  
  1122.    1.  Place the OS/2 CD in the CD-ROM drive.
  1123.    2.  Type DIR X:\DISKIMGS\OS2\35  /W (where X: is the 
  1124.        CD-ROM drive) and press Enter.
  1125.    3.  When a list of files appears on your screen,
  1126.        count the files that end with the .DSK extension.
  1127.        Each .DSK file requires one formatted diskette.
  1128.  
  1129.    Use the following command to create each diskette 
  1130.    image:
  1131.  
  1132.      X:\DISKIMGS\XDFCOPY X:\DISKIMGS\OS2\35\diskname.dsk A:
  1133.  
  1134.    where:
  1135.  
  1136.    X:                       Is the drive letter of the 
  1137.                             CD-ROM drive.
  1138.  
  1139.    \DISKIMGS\XDFCOPY        Is the location and name of 
  1140.                             the program used to create 
  1141.                             the diskettes.
  1142.  
  1143.    \DISKIMGS\OS2\35         Is the location of the files 
  1144.                             containing the diskette 
  1145.                             images.
  1146.  
  1147.    DISKNAME.DSK             Is the diskette image file 
  1148.                             name (for example,
  1149.                             DISK0.DSK).
  1150.  
  1151.    A:                       Is the drive letter of your 
  1152.                             3.5-inch diskette drive.
  1153.  
  1154.    For example, to create the Installation Diskette 
  1155.    (DISK0.DSK), type the following and press Enter:
  1156.  
  1157.      X:\DISKIMGS\XDFCOPY X:\DISKIMGS\OS2\35\DISK0.DSK A:
  1158.  
  1159.    (where X: is the CD-ROM drive and A: is the diskette 
  1160.    drive.)
  1161.  
  1162.   2.0  ENHANCED IDE HARD DRIVES GREATER THAN 528MB 
  1163.        ___________________________________________
  1164.  
  1165.    If you have an Enhanced IDE hard drive that has a 
  1166.    capacity of greater than 528MB (greater than 1024 
  1167.    cylinders), note the following restrictions:
  1168.  
  1169.    The FAT file system is limited to partition sizes of 
  1170.    less than 1024 cylinders.
  1171.  
  1172.    The HPFS file system can support data partitions that 
  1173.    are greater than 1024 cylinders.  However, the partition 
  1174.    from which OS/2 is started cannot be greater than 1024 
  1175.    cylinders.  The HPFS file system can support drives up 
  1176.    to 2GB.
  1177.  
  1178.   3.0  MULTIPLE VERSIONS OF WINDOWS 
  1179.        ____________________________
  1180.  
  1181.    OS/2 Warp does not support multiple versions of 
  1182.    Windows (for example, Windows 3.1 on drive D and 
  1183.    Windows for Workgroups** 3.1 on drive E) or multiple 
  1184.    installations of the same Windows version (for
  1185.    example, Windows 3.1 on drive D and Windows 3.1 on 
  1186.    drive E).
  1187.  
  1188.   4.0  WIN32S VERSIONS 1.0 AND 1.1 APPLICATIONS 
  1189.        ________________________________________
  1190.  
  1191.    Install your Win32s applications in a WIN-OS/2*
  1192.    Full-Screen session.  You can then run your Win32s 
  1193.    applications in either a WIN-OS/2 Window or Full-Screen
  1194.    session.
  1195.  
  1196.   5.0  REPETITIVE SOUNDS OR NO SOUND AFTER SYSTEM 
  1197.        __________________________________________
  1198.        INSTALLATION 
  1199.        ____________
  1200.  
  1201.    If your computer produces unusual or repetitive 
  1202.    sounds, or no sounds at all, after you have installed 
  1203.    OS/2 Warp, you might have a mismatch between the device 
  1204.    driver parameters supplied by OS/2 and the sound 
  1205.    adapter card or the BIOS setting of your computer.
  1206.  
  1207.    To determine if this situation exists, use the RMVIEW 
  1208.    utility program to display the OS/2 device driver 
  1209.    types and parameters installed on your computer.  The
  1210.    program quickly scrolls through the device types.
  1211.    The audio card is in the last section of the devices.
  1212.  
  1213.    1.  Open an OS/2 Window or Full Screen session.
  1214.    2.  Type the following:
  1215.  
  1216.          RMVIEW (press Enter)
  1217.  
  1218.    3.  Note the following parameters (where X will be 
  1219.        replaced by a value):
  1220.  
  1221.          I/O = 0X0XXX 
  1222.          IRQ Level = X 
  1223.          DMA Channel = X 
  1224.  
  1225.        These are the parameters that OS/2 is using for 
  1226.        your audio device.
  1227.    4.  Refer to the hardware documentation that came 
  1228.        with your audio card to determine the hardware 
  1229.        settings of your audio card.  Note the following 
  1230.        parameters:
  1231.  
  1232.          Port address or I/O = 0X0XXX 
  1233.          Interrupt level or IRQ Level = X 
  1234.          DMA Channel = X 
  1235.  
  1236.    5.  If hardware and software settings are not the 
  1237.        same:
  1238.        a.  Select OS/2 System from the OS/2 Desktop.
  1239.        b.  Select System Setup.
  1240.        c.  Select Selective Install.
  1241.        d.  Select the Multimedia Device Support icon.
  1242.            The Device Selections and Settings window 
  1243.            appears.  The audio card appears in the 
  1244.            Devices(s) in System to be Installed window.
  1245.        e.  Select the Device Settings push button.  A
  1246.            window appears with your port address, DMA,
  1247.            and Interrupt Level settings.
  1248.        f.  Select the values that match the hardware 
  1249.            settings for your audio card.  Then select 
  1250.            OK.
  1251.        g.   When the Device Selections and Settings 
  1252.            window reappears, select OK.
  1253.        h.  When the System Configuration screen 
  1254.            reappears, select OK.
  1255.        i.  At the OS/2 Setup and Installation screen,
  1256.            select Install.
  1257.        j.  When the Source Directory window appears,
  1258.            select Install.
  1259.        k.  Follow the instructions that appear on your 
  1260.            screen.
  1261.    6.  Shut down and restart your computer so that these 
  1262.        changes will take effect.
  1263.  
  1264.    If the sound problem continues, there might be a 
  1265.    conflict with the BIOS settings of your computer.  To
  1266.    determine if this condition exists, you will need:
  1267.  
  1268.    o   The hardware utility diskette for your computer 
  1269.    o   The documentation that came with your computer 
  1270.  
  1271.    When you have the diskette and documentation, follow 
  1272.    these steps to determine the hardware configuration:
  1273.  
  1274.    1.  Insert the hardware utility diskette into drive 
  1275.        A.
  1276.    2.  View the BIOS settings that are configured for 
  1277.        your computer.  Refer to your hardware 
  1278.        documentation for details about viewing this 
  1279.        information.
  1280.    3.  Compare the IRQ Level from the RMVIEW utility 
  1281.        program display with the hardware IRQ or 
  1282.        Interrupt Level found in the hardware 
  1283.        documentation.  If the hardware IRQ or Interrupt 
  1284.        Level for the LPT port is set to enable at 5 or 
  1285.        7, disable it.  Refer to your hardware 
  1286.        documentation for details about disabling and 
  1287.        saving the new settings.
  1288.  
  1289.    NOTE:  OS/2 Warp parallel printing no longer requires 
  1290.           an IRQ setting.
  1291.  
  1292.    If you experience unusual sounds in a WIN-OS/2*
  1293.    session, refer to the online help contained in the 
  1294.    Multimedia book located in the Information folder on 
  1295.    your Desktop.
  1296.  
  1297.   6.0  DESKTOP SETTINGS NOTEBOOK 
  1298.        _________________________
  1299.  
  1300.    When using the Archive page of the Desktop Settings 
  1301.    notebook, specify a drive that is managed by the same 
  1302.    file system as the drive on which your Desktop 
  1303.    resides.  For example, if your Desktop is managed by 
  1304.    the FAT file system, do not specify a drive for an 
  1305.    Archive location that is managed by HPFS.
  1306.  
  1307.    Use the FDISK OS/2 command to display the file system 
  1308.    of the drive on which your Desktop resides.  The file 
  1309.    system is displayed in the FS Type field.
  1310.  
  1311.   7.0  MONOCHROME MONITORS 
  1312.        ___________________
  1313.  
  1314.    If you are using a laptop computer (such as the IBM*
  1315.    ThinkPad* 750 or 750P) with a monochrome display and 
  1316.    the Western Digital** display driver is installed,
  1317.    you might experience problems with the way the cursor 
  1318.    is displayed.  For example, when you use Alt+Esc to 
  1319.    switch from a full-screen session to the OS/2
  1320.    Desktop, the cursor might appear completely black 
  1321.    until it is moved.  In addition, changing the size of 
  1322.    a window with the mouse can leave a trail of 
  1323.    discolored pixels as the cursor moves.  These
  1324.    problems do not occur on an external color monitor or 
  1325.    when the VGA driver is installed.
  1326.  
  1327.   8.0  LOTUS NOTES DOES NOT SUPPORT COMET CURSOR 
  1328.        _________________________________________
  1329.  
  1330.    You cannot use the OS/2 Warp Comet Cursor with 
  1331.    Lotus Notes.
  1332.  
  1333.   9.0  LOTUS APPROACH 3.0 NEEDS TO HAVE MEMORY SETTING 
  1334.        _______________________________________________
  1335.        ADJUSTED 
  1336.        ________
  1337.  
  1338.    To use Lotus Approach 3.0, change the DOS memory 
  1339.    setting DPMI_MEMORY_LIMIT from 64 to 10 before you 
  1340.    run the application.  Do the following:
  1341.  
  1342.    1.  Display the pop-up menu for the Lotus Approach 
  1343.        3.0 object, the WIN-OS/2 Window object, or the 
  1344.        WIN-OS/2 Full Screen object.
  1345.    2.  Select Settings.
  1346.    3.  Select the Session tab.
  1347.    4.  Select the WIN-OS/2 Settings push button.
  1348.    5.  Select the last radio button, All DOS and 
  1349.        WIN-OS/2 settings.
  1350.    6.  Select OK.
  1351.    7.  Scroll down to DPMI_MEMORY_LIMIT and select it.
  1352.    8.  Change the value from 64 to 10.  Then select 
  1353.        the Save push button.
  1354.    9.  Close the Settings notebook.
  1355.  
  1356.   10.0  PEN FOR OS/2
  1357.         ____________
  1358.  
  1359.    When you are installing or reinstalling Pen for OS/2,
  1360.    you might receive the following message:
  1361.  
  1362.    SYS1059:  The system cannot execute the specified program.
  1363.  
  1364.    If you receive this message, you must apply a fix to 
  1365.    the Pen installation program.
  1366.  
  1367.    1.  Install the PATCH utilities:
  1368.        a.  Select OS/2 System.
  1369.        b.  Select System Setup.
  1370.        c.  Select Selective Install.
  1371.        d.  Select OK on the System Configuration window.
  1372.        e.  Select Serviceability and Diagnostics Aids.
  1373.        f.  Select Install from the OS/2 Setup and 
  1374.            Installation window and follow the 
  1375.            instructions on the screen.
  1376.    2.  To apply the fix to the Pen for OS/2 installation 
  1377.        program, follow these steps:
  1378.        o   If you are reinstalling Pen for OS/2:
  1379.            a.  Copy the PEN.DAT file, which is located 
  1380.                in the \DISK10 directory on the OS/2
  1381.                CD-ROM, to the drive and directory where 
  1382.                you have Pen for OS/2 installed.
  1383.            b.  Change to the drive and directory where 
  1384.                you have Pen for OS/2 installed.  At an 
  1385.                OS/2 command prompt, type:
  1386.  
  1387.                  PATCH PEN.DAT /A  (press Enter)
  1388.  
  1389.        o   If you are installing Pen for OS/2 for the 
  1390.            first time:
  1391.            a.  Copy the PEN.DAT file, which is located 
  1392.                in the \DISK10 directory on the OS/2
  1393.                CD-ROM, to the PEN for OS/2 Diskette 1.
  1394.            b.  Insert the Pen for OS/2 Diskette 1 into 
  1395.                drive A.
  1396.            c.  From an OS/2 command prompt, switch to 
  1397.                drive A, and type:
  1398.  
  1399.                  PATCH PEN.DAT /A  (press Enter)
  1400.  
  1401.                A message is displayed confirming that 
  1402.                the fix has been applied.
  1403.    3.  Install Pen for OS/2.
  1404.  
  1405.   11.0  STARTUP WARNING MESSAGE 
  1406.         _______________________
  1407.  
  1408.    If you select the option to archive system files from 
  1409.    the system settings page of your Desktop, you might 
  1410.    receive the following warning during system startup:
  1411.  
  1412.       There may not be enough room at the target to 
  1413.       create an archive.  Do you wish to continue?
  1414.  
  1415.    This message is generated to inform you that there 
  1416.    will be less than 10MB of free space available in the 
  1417.    selected archive hard disk partition after the archive 
  1418.    is performed.  If you select Yes, the archiving process 
  1419.    will continue.  If you select No, the archiving process 
  1420.    will not be performed.
  1421.  
  1422.   12.0  CHANGING DISPLAY RESOLUTION USING THE SYSTEM OBJECT 
  1423.         ___________________________________________________
  1424.  
  1425.    You can use the System object to change the resolution 
  1426.    for many of the display drivers supported by OS/2.  Do
  1427.    the following:
  1428.  
  1429.    1.  Open OS/2 System on your Desktop.
  1430.    2.  Open System Setup.
  1431.    3.  Open System.
  1432.    4.  Select the Screen tab.  If the Screen page says 
  1433.        "Page 1 of 2" at the bottom, go to page 2 and 
  1434.        select your display from the list.  If the Screen 
  1435.        page does not have a page 2, go to step 5.
  1436.    5.  Select the screen resolution that is supported 
  1437.        by your display from the Screen resolution 
  1438.        list.  (Refer to the documentation that came 
  1439.        with your display for a list of supported 
  1440.        resolutions.)
  1441.    6.  Close the System object, shut down OS/2, and 
  1442.        restart your computer so that these changes will 
  1443.        take effect.
  1444.  
  1445.   13.0  TRADEMARKS
  1446.         __________
  1447.  
  1448.    The following terms, denoted by an asterisk (*) in 
  1449.    this README file, are trademarks of the IBM 
  1450.    Corporation in the United States or other countries:
  1451.  
  1452.    o   IBM 
  1453.    o   OS/2
  1454.    o   ThinkPad 
  1455.    o   WIN-OS/2
  1456.  
  1457.    The following terms, denoted by a double asterisk 
  1458.    (**) in this README file, are trademarks of other 
  1459.    companies as follows:
  1460.  
  1461.    TRADEMARK                OWNER
  1462.    Lotus                    Lotus Development 
  1463.                             Corporation
  1464.    Microsoft                Microsoft Corporation 
  1465.    Windows                  Microsoft Corporation 
  1466.    Windows for Workgroups   Microsoft Corporation 
  1467.    Win32s                   Microsoft Corporation 
  1468.    Western Digital          Western Digital Corporation 
  1469.  
  1470.    THIS DOCUMENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF 
  1471.    ANY KIND.  IBM DISCLAIMS ALL WARRANTIES, WHETHER 
  1472.    EXPRESSED OR IMPLIED, INCLUDING WITHOUT LIMITATION,
  1473.    THE IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR 
  1474.    PURPOSE AND MERCHANTABILITY WITH RESPECT TO THE 
  1475.    INFORMATION IN THIS DOCUMENT.  BY FURNISHING THIS 
  1476.    DOCUMENT, IBM GRANTS NO LICENSES TO ANY PATENTS OR 
  1477.    COPYRIGHTS.
  1478.  
  1479.    (C) Copyright IBM Corporation 1994.  All rights 
  1480.    reserved.
  1481.  
  1482.                     OS/2 WARP VERSION 3 
  1483.                     INSTALLATION README 
  1484.  
  1485.    Welcome to OS/2* Warp Version 3 (OS/2 Warp).
  1486.    OS/2 Warp does a lot of the work involved in 
  1487.    installing an operating system for you, and includes 
  1488.    the following improvements:
  1489.  
  1490.    o   It takes less time and fewer diskettes to 
  1491.        install.
  1492.    o   It automatically installs the Dual Boot feature 
  1493.        when you install over DOS.
  1494.    o   You can install more than one printer during the 
  1495.        initial installation.
  1496.  
  1497.    We hope you find installing OS/2 Warp to be a quick 
  1498.    and easy process.  This README contains the latest 
  1499.    information available about installing OS/2 Warp.
  1500.    You can also find additional information in 
  1501.    the "User's Guide to OS/2 Warp."
  1502.  
  1503.    CONTENTS 
  1504.    _________
  1505.  
  1506.    1.0     Format Errors when Installing OS/2 on 4MB Computers 
  1507.  
  1508.    2.0     Note to Users of NetWare Client Version 2.10 for OS/2
  1509.  
  1510.    3.0     Video Screen Problems 
  1511.  
  1512.    4.0     Note to Users of a ThinkPad with a Docking Station or a PS/2 Model 76 
  1513.  
  1514.    5.0     Note to Users of a ThinkPad 720 
  1515.  
  1516.    6.0     Trademarks 
  1517.  
  1518.    1.0     FORMAT ERRORS WHEN INSTALLING OS/2 ON 4MB COMPUTERS 
  1519.            ___________________________________________________
  1520.  
  1521.    When installing OS/2 on some 4MB computers, you might not 
  1522.    be able to format the installation partition.  You will 
  1523.    see the following error message:
  1524.  
  1525.      Disk Format Error 
  1526.  
  1527.    If so, discontinue the OS/2 installation and do the 
  1528.    following:
  1529.  
  1530.    1.  Insert the DOS Setup diskette 1 from a DOS 
  1531.        package into drive A.
  1532.    2.  Turn on your computer.  If your computer is 
  1533.        already on, press Ctrl+Alt+Del to restart it.
  1534.    3.  When the DOS Setup screen appears, press F3 to 
  1535.        display a command prompt.
  1536.    4.  Use the DOS FORMAT command to format the 
  1537.        partition you want to use to install OS/2.  Refer
  1538.        to your DOS documentation for information about 
  1539.        the FORMAT command.
  1540.    5.  Begin the OS/2 installation again.  If the 
  1541.        Installation program asks if you want to format 
  1542.        the installation partition, select Do Not Format 
  1543.        the Partition.
  1544.  
  1545.    2.0     NOTE TO USERS OF NETWARE CLIENT VERSION 2.10 FOR OS/2
  1546.            ________________________________________________________
  1547.  
  1548.    Be aware of the following before installing OS/2
  1549.    Warp:
  1550.  
  1551.    o   The LOGIN.EXE command can no longer be executed 
  1552.        from the OS/2 CONFIG.SYS file.  To correct this 
  1553.        situation, move the LOGIN.EXE command to the 
  1554.        STARTUP.CMD file.
  1555.  
  1556.    o   If your configuration requires that you execute 
  1557.        the LOGIN.EXE command from the CONFIG.SYS file,
  1558.        contact your NetWare** support line to obtain 
  1559.        special versions of NWDAEMON.EXE and 
  1560.        SPDAEMON.EXE.
  1561.  
  1562.    3.0     VIDEO SCREEN PROBLEMS 
  1563.            _______________________
  1564.  
  1565.    The OS/2 Installation program automatically detects 
  1566.    the graphics adapter or chip in your system.
  1567.    However, if the refresh rate for the resolution you 
  1568.    have chosen is configured incorrectly, you might 
  1569.    experience problems such as:
  1570.  
  1571.    o   The Desktop is compressed into a narrow 
  1572.        horizontal band.
  1573.    o   Multiple images of the Desktop are visible.
  1574.    o   Diagonal lines fill the Desktop.
  1575.  
  1576.    To configure the refresh rate, use the configuration 
  1577.    utility program that came with your graphics adapter 
  1578.    or system.  Follow the instructions supplied by the 
  1579.    manufacturer to set the screen refresh rate.  (In
  1580.    many cases, the utility must be run under DOS.)  When
  1581.    you are finished running the configuration utility 
  1582.    program, shut down and restart OS/2 so that the 
  1583.    changes will take effect.
  1584.  
  1585.    If you are unable to run the configuration utility 
  1586.    program for your graphics adapter or system, try one 
  1587.    of the following:
  1588.  
  1589.    o   Restart your computer and press Alt+F1 when a 
  1590.        small white box appears in the upper-left corner 
  1591.        of your screen.  Then select V to reset your 
  1592.        system to VGA mode.
  1593.    o   If you can see enough of the screen to use the 
  1594.        mouse, open the System Object (in the System 
  1595.        Setup folder) and select a lower resolution on 
  1596.        the Screen page.  Then close the System Object,
  1597.        shut down OS/2, and restart your computer so that 
  1598.        the changes will take effect.
  1599.  
  1600.    4.0     NOTE TO USERS OF A THINKPAD WITH A DOCKING STATION 
  1601.            _____________________________________________________
  1602.            OR A PS/2 MODEL 76 
  1603.            __________________
  1604.  
  1605.    If you are installing OS/2 on an IBM PS/2* Model 76 
  1606.    or an IBM ThinkPad* attached to a docking station,
  1607.    you must follow the instructions in "User's Guide to 
  1608.    OS/2 Warp" before you begin the installation.  (These
  1609.    instructions are described in the section titled 
  1610.    "Using an IBM ThinkPad with a Docking Station or an 
  1611.    IBM PS/2 Model 76.")
  1612.  
  1613.    If you are installing on a 240MB or 340MB hard disk 
  1614.    that uses the IBM2HDSK.ADD device driver, you must 
  1615.    follow the additional steps listed below.  These
  1616.    steps should be performed after you complete step 13 
  1617.    in the procedure described in "User's Guide to OS/2
  1618.    Warp."
  1619.  
  1620.    1.  Remove any diskette from drive A and insert OS/2
  1621.        installation Diskette 1.
  1622.    2.  Copy the file IBM2HDSK.ADD onto OS/2 installation 
  1623.        diskette 1.
  1624.    3.  Edit the CONFIG.SYS file.
  1625.  
  1626.        If you have an ASCII text editor installed, you 
  1627.        can use it to edit the CONFIG.SYS file.
  1628.        Otherwise, you can use the editor that comes on 
  1629.        the OS/2 installation diskettes by typing TEDIT 
  1630.        CONFIG.SYS at the OS/2 command prompt.
  1631.    4.  Add the following line as the first of the 
  1632.        BASEDEV entries in the CONFIG.SYS file:
  1633.  
  1634.          BASEDEV = IBM2HDSK.ADD
  1635.  
  1636.    5.  Save the changes to CONFIG.SYS and continue with 
  1637.        installation.
  1638.  
  1639.    After installation is finished, make sure that file 
  1640.    IBM2HDSK.ADD is in the OS2\BOOT directory, and that 
  1641.    the line BASEDEV=IBM2HDSK.ADD is in your CONFIG.SYS
  1642.    file.
  1643.  
  1644.    5.0     NOTE TO USERS OF A THINKPAD 720 
  1645.            _______________________________
  1646.  
  1647.    On a ThinkPad 720, install OS/2 Warp using only the 
  1648.    internal LCD screen if you plan to run OS/2 Warp 
  1649.    without an external monitor attached at any time.  If
  1650.    you install OS/2 Warp with an external monitor 
  1651.    attached, you need to rebuild the .PMI in order to 
  1652.    run without the external monitor.
  1653.  
  1654.    6.0     TRADEMARKS 
  1655.            __________
  1656.  
  1657.    The following terms, denoted by an asterisk (*) in 
  1658.    this README file, are trademarks of the IBM 
  1659.    Corporation in the United States or other countries:
  1660.  
  1661.        IBM 
  1662.        OS/2
  1663.        PS/2
  1664.        ThinkPad 
  1665.  
  1666.    The following terms, denoted by a double asterisk 
  1667.    (**) in this README file, are trademarks of other 
  1668.    companies as follows:
  1669.  
  1670.    Trademark      Owner
  1671.  
  1672.    NetWare         Novell, Inc.
  1673.  
  1674.    THIS DOCUMENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF 
  1675.    ANY KIND.  IBM DISCLAIMS ALL WARRANTIES, WHETHER 
  1676.    EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION, THE 
  1677.    IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR 
  1678.    PURPOSE AND MERCHANTABILITY WITH RESPECT TO THE 
  1679.    INFORMATION IN THIS DOCUMENT.  BY FURNISHING THIS 
  1680.    DOCUMENT, IBM GRANTS NO LICENSES TO ANY PATENTS OR 
  1681.    COPYRIGHTS.
  1682.  
  1683.    (C) Copyright IBM Corporation 1994.  All rights 
  1684.    reserved.
  1685.  
  1686.                   README for Multimedia Viewer Release 1.0
  1687.                       (c) Copyright IBM (R) Corp. 1994 
  1688.  
  1689.       This README contains information about the IBM Multimedia 
  1690.       Viewer, a versatile tool for organizing multimedia data 
  1691.       objects.  This "Light Table" folder is designed to look 
  1692.       like a photographer's light table containing picture 
  1693.       slides, with the added benefit of being able to play audio 
  1694.       and video files.  Enjoy.
  1695.  
  1696.   IBM Multimedia Viewer Quickstart 
  1697.   ________________________________________________________________
  1698.  
  1699.   o   To start the media browser for an object in the Multimedia 
  1700.       Folder, simply double-click on the SLIDE FRAME (the
  1701.       border) of the object.
  1702.  
  1703.   o   Please read the following sections which explain some 
  1704.       Multimedia Viewer and OS/2 Workplace Shell capabilities.
  1705.       For example, you will learn how you can start a Workplace 
  1706.       Shell application by double clicking on the middle of the 
  1707.       object.
  1708.  
  1709.   IBM Multimedia Viewer Features 
  1710.   ________________________________________________________________
  1711.  
  1712.   o   The Multimedia Viewer product provides the ability to 
  1713.       manage and view multimedia objects, such as image, video,
  1714.       animation, audio, and text files.
  1715.  
  1716.   o   The Light Table folder provides all the features of a 
  1717.       standard OS/2 folder, with a number of additions.  Objects
  1718.       in a Light Table Viewer appear as if they were photo 
  1719.       slides on a photographer's light table.
  1720.  
  1721.   o   Slides are created when multimedia objects are moved or 
  1722.       copied into a Light Table folder.  Slides are also created 
  1723.       for Light Table References (see below).
  1724.  
  1725.   About Light Table Browsers 
  1726.   ________________________________________________________________
  1727.  
  1728.   o   Light Table folders provide browsers for reviewing your 
  1729.       multimedia data.  There are four browsers:  Audio,
  1730.       Video/Animation, Image and Text.
  1731.  
  1732.   o   The Audio, Video/Animation and Image browsers can be 
  1733.       invoked by positioning the mouse pointer anywhere over the 
  1734.       SLIDE FRAME and double-clicking the left mouse button.
  1735.       Large images may take a while to appear on your display.
  1736.  
  1737.   o   If the mouse is located over the middle of the object (not
  1738.       the border), double-clicking the left mouse button will 
  1739.       behave as it normally does in a standard OS/2 folder.
  1740.  
  1741.   o   The Text browser can be invoked by double-clicking on the 
  1742.       text object.
  1743.  
  1744.   o   The browsers will work with any file type supported by the 
  1745.       OS/2 Multimedia system.  See your OS/2 documentation for 
  1746.       more information on supported file formats.
  1747.  
  1748.   Creating a new Light Table folder 
  1749.   ________________________________________________________________
  1750.  
  1751.       Light Table folders are created in the same manner as 
  1752.       standard OS/2 folders.  After installing the Multimedia 
  1753.       Viewer, open the Templates folder and locate the Light 
  1754.       Table template.  Drag/Drop the Light Table Template to the 
  1755.       desired location on your desktop.
  1756.  
  1757.   Adding New Files to your Light Table 
  1758.   ________________________________________________________________
  1759.  
  1760.       The preferred method of adding multimedia data objects to 
  1761.       a light table folder is to create a "Light Table 
  1762.       Reference".  Follow the steps below.
  1763.  
  1764.   o   Find the data object you wish to use by opening its folder.
  1765.  
  1766.   o   Click the right mouse button on the data object to bring 
  1767.       up the object's popup menu.
  1768.  
  1769.   o   Select "Create LT Reference" from the popup menu.
  1770.  
  1771.   o   Select the Light Table folder in which you want the data 
  1772.       object to appear.  Only Light Table folders can be 
  1773.       selected.  A miniature slide for the data file should 
  1774.       now be visible in your Light Table folder.
  1775.  
  1776.   Additional Light Table Reference Object Tips 
  1777.   ________________________________________________________________
  1778.  
  1779.   o   Light Table Reference objects are similar to Shadow 
  1780.       objects. They are a reference to another object or file.
  1781.       Unlike Shadow objects:
  1782.  
  1783.       -   References provide storage for slide images.
  1784.  
  1785.       -   References are preserved when the parent object is 
  1786.           not present.
  1787.  
  1788.       These features allow Light Table References to display 
  1789.       slides in a Light Table folder even when the parent object 
  1790.       is removed.  For example, if a CD-ROM containing an image 
  1791.       is removed, the image slide will remain in the Light 
  1792.       Table.
  1793.  
  1794.   o   When selecting multiple objects to create Light Table 
  1795.       References, do not mix .BMP files or .ICO files with other 
  1796.       data file objects.  You can select all .BMP files as one 
  1797.       group, then create Light Table References for these 
  1798.       selected objects.  Select all .ICO files as another group 
  1799.       to create Light Table References.  Then select all the rest 
  1800.       of the objects to create Light Table References.
  1801.  
  1802.   o   When you double click the center of objects in the Light 
  1803.       Table, the OS/2 Workplace Shell will launch any 
  1804.       application in OS/2 that has an association with that 
  1805.       filetype.  For example if you double click on an OS/2 .BMP
  1806.       file, you will launch the OS/2 Icon Editor.  A file type 
  1807.       will be associated to any application that supports it if 
  1808.       the application has set up the association.
  1809.  
  1810.   Installation Notes 
  1811.   ________________________________________________________________
  1812.  
  1813.       The Multimedia Viewer is installed on the same drive as 
  1814.       the OS/2 Multimedia \MMOS2 directory, and requires about 
  1815.       1.3 MB of disk space.  If this drive is the one that is 
  1816.       used by the OS/2 swapper, this reduces the amount of 
  1817.       swapper space available for the system.  In this case, you 
  1818.       may want to change the drive used for the OS/2 swapper to 
  1819.       one containing more space.  Refer to the SWAPPATH 
  1820.       statement in the Command Reference information (in the 
  1821.       Information folder on your desktop) for more details about 
  1822.       determining and changing the location of the OS/2 swapper 
  1823.       file.
  1824.  
  1825.   TRADEMARK INFORMATION 
  1826.   ________________________________________________________________
  1827.  
  1828.       IBM and OS/2 are registered trademarks of 
  1829.       International Business Machines Corporation.
  1830.  
  1831.  README FILE FOR OS/2 3.0 Utility Diskettes 
  1832.  _____________________________________________
  1833.  
  1834.  August 1994 
  1835.  
  1836.  This file contains additional information about 
  1837.  using the Utility Diskettes.
  1838.  
  1839.  You can use the Utility Diskettes to:
  1840.  
  1841.  o   Start OS/2* 3.0 from diskettes 
  1842.  
  1843.  o   Back up and restore your system 
  1844.  
  1845.  o   Check the hard disk for errors or problems 
  1846.  
  1847.  o   Format a diskette or the hard disk 
  1848.  
  1849.  USING BACKUP AND RESTORE 
  1850.  
  1851.  The BACKUP and RESTORE files on Utility Diskette 3 
  1852.  allow you to back up and restore your entire hard disk.
  1853.  
  1854.  BACKING UP YOUR SYSTEM 
  1855.  
  1856.  You can use the BACKUP file on Utility Diskette 3 
  1857.  to back up your system.  BACKUP copies the 
  1858.  files from the hard disk to diskettes.  A complete 
  1859.  backup of your  system requires about 
  1860.  50 blank formatted, high-density (2MB) diskettes for OS/2
  1861.  and based on other software installed an additional 
  1862.  diskette for each 1.44 megabytes of files.
  1863.  
  1864.  Make backup diskettes of your system 
  1865.  as it was originally shipped.  Backup diskettes 
  1866.  allow you to restore your system, if the hard disk 
  1867.  is ever damaged.
  1868.  
  1869.  For informatoin on using the backup program refer to 
  1870.  your Users Guide or Concise Publication.
  1871.  
  1872.  RESTORING YOUR SYSTEM 
  1873.  
  1874.  Use the RESTORE file on Utility Diskette 3 to 
  1875.  restore your system.  RESTORE copies files from 
  1876.  the backup diskettes to your hard disk.
  1877.  
  1878.  If you ever need to restore the backup diskettes 
  1879.  to your hard disk, make sure you know if your hard 
  1880.  disk has a formatted partition.  If the hard disk 
  1881.  (drive C) has a formatted partition, follow the 
  1882.  instructions for the restore utility described in 
  1883.  the OS/2 Users Guide or Concise Publication.
  1884.  
  1885.  If the hard disk does not have a formatted 
  1886.  partition, create a partition and format the 
  1887.  partition before proceeding with the restore 
  1888.  procedure described in the booklet for your 
  1889.  system.  Use FDISK to create a partition and 
  1890.  FORMAT to format the partition.  The FDISK 
  1891.  and FORMAT command files are on Utility 
  1892.  Diskette 3.
  1893.  
  1894.  TRADEMARKS AND SERVICE MARKS 
  1895.  ____________________________
  1896.  
  1897.  Terms denoted by a single asterisk in this file 
  1898.  (*) are trademarks of the IBM Corporation in the 
  1899.  United States and/or other countries.  These terms 
  1900.  include:
  1901.  
  1902.    OS/2
  1903.  
  1904.  IBM DISCLAIMS ALL WARRANTIES, WHETHER EXPRESSED OR 
  1905.  IMPLIED, INCLUDING WITHOUT LIMITATION, WARRANTIES 
  1906.  OF FITNESS AND MERCHANTABILITY WITH RESPECT TO THE 
  1907.  INFORMATION IN THIS DOCUMENT.  BY FURNISHING THIS 
  1908.  DOCUMENT, IBM GRANTS NO LICENSES TO ANY RELATED 
  1909.  PATENTS OR COPYRIGHTS.
  1910.  
  1911.  Copyright IBM Corporation, 1993, all rights 
  1912.  reserved.
  1913.  
  1914.                   IBM Internet Connection for OS/2
  1915.  
  1916.     Welcome to the IBM Internet Connection for OS/2.  This README 
  1917.     contains the latest information available.  For an overview of 
  1918.     this package prior to installation, refer to the BonusPak User's
  1919.     Guide.  After installation, you can get an introduction and 
  1920.     information on how to use these applications by opening the IBM 
  1921.     Internet Connection for OS/2 folder and clicking on the 
  1922.     Introduction to the IBM Internet Connection icon.
  1923.  
  1924.     IBM OS/2 World Wide Web client software available 
  1925.     -------------------------------------------------
  1926.  
  1927.     Once you have connected to the Internet with this package, you 
  1928.     can download IBM's OS/2 World Wide Web client, WebExplorer.
  1929.     Initially this will be a pre-release version.  The final version 
  1930.     will also be available for download along with any updates to 
  1931.     other applications in this package.  To access these updates,
  1932.     open the IBM Internet Connection for OS/2 folder and click on the 
  1933.     Retrieve software updates icon.  Click on the help button for 
  1934.     details on getting the updates.
  1935.  
  1936.     If you already have a TCP/IP package 
  1937.     ------------------------------------
  1938.  
  1939.     IBM does not support running TCP/IP applications across both a 
  1940.     LAN and Internet connection.  The supported environment allows 
  1941.     either a LAN TCP/IP product to be installed -or- an Internet 
  1942.     TCP/IP product to be installed.  It is recommended that you 
  1943.     remove the LAN TCP/IP product before you install the Internet 
  1944.     TCP/IP product.
  1945.  
  1946.     Modem speed 
  1947.     -----------
  1948.  
  1949.     The modem speed defaults to 9600 for all modems.  If you have a 
  1950.     14,400 bps (or 14.4K) modem, you will want to specify a speed of 
  1951.     38400 or 57600.  The maximum data rate that your modem can accept 
  1952.     is usually documented in the handbook or reference material which 
  1953.     accompanied your modem.
  1954.  
  1955.     If your modem is a 9600 bps modem, you should specify 9600.
  1956.  
  1957.     Ultimedia Mail/2 'Lite'
  1958.     ----------------------
  1959.  
  1960.     There is a Read Me icon in the UltiMedia Mail/2 'Lite' folder 
  1961.     under the information icon.  Please refer to it before using 
  1962.     mail.
  1963.  
  1964.     Image and audio support using Gopher 
  1965.     ------------------------------------
  1966.  
  1967.     The Gopher application uses external viewing programs for image 
  1968.     and audio support.  By default, Gopher will use the viewing 
  1969.     programs that are part of the Multimedia Viewer package in the 
  1970.     BonusPak.  Therefore, in order to get image and audio support in 
  1971.     Gopher you will need to install the Multimedia Viewer package.
  1972.  
  1973.     DOS and Windows TCP/IP Programs 
  1974.     -------------------------------
  1975.  
  1976.     You can run Windows Sockets compliant Windows TCP/IP programs 
  1977.     with this package.  This requires that you have Windows installed 
  1978.     and that you install the WIN-OS2 support of OS/2.
  1979.  
  1980.     Restoring your Internet Connection Desktop 
  1981.     ------------------------------------------
  1982.  
  1983.     In rare instances, you may find that the Internet Connection 
  1984.     folder or the icons in it, are lost or scrambled.  To recover,
  1985.     run the program IFOLDER from the OS/2 command line, and your 
  1986.     folders and icons will be restored.
  1987.  
  1988.     If you find that some icons are still not working as they should,
  1989.     delete the Internet Connection folder and all its contents, and 
  1990.     run IFOLDER one more time; then run:
  1991.  
  1992.          MAKEIDX C:\TCPIP\UMAIL\MAILSTOR\xxxxxx xxxxxx 
  1993.  
  1994.     where xxxxxx is your Internet login ID.  (Note that it appears 
  1995.     twice.)  If you installed to a directory other than C:\TCPIP, you 
  1996.     need to change the command above to match.
  1997.  
  1998.  WARP DISK_0
  1999.  10-12-94   1:00p     <DIR>           0  .
  2000.  10-12-94   1:00p     <DIR>           0  ..
  2001.  12-07-93  12:37p      2560           0  000000.BIO
  2002.  12-07-93  12:30p       427           0  ABIOS.SYS
  2003.  10-12-94  11:49a    350716           0  BUNDLE
  2004.  12-07-93  12:37p      9728           0  F80000.BIO
  2005.  12-07-93  12:37p      8704           0  F80100.BIO
  2006.  12-07-93  12:37p      7680           0  F80200.BIO
  2007.  12-07-93  12:37p      5120           0  F80402.BIO
  2008.  12-07-93  12:37p      5632           0  F80403.BIO
  2009.  12-07-93  12:37p      5632           0  F80404.BIO
  2010.  12-07-93  12:37p      7168           0  F80600.BIO
  2011.  12-07-93  12:37p      1536           0  F80700.BIO
  2012.  12-07-93  12:37p      1536           0  F80701.BIO
  2013.  12-07-93  12:37p      1536           0  F80702.BIO
  2014.  12-07-93  12:37p      1536           0  F80703.BIO
  2015.  12-07-93  12:37p      1024           0  F80704.BIO
  2016.  12-07-93  12:37p      5120           0  F80902.BIO
  2017.  12-07-93  12:37p      5632           0  F80903.BIO
  2018.  12-07-93  12:37p      5632           0  F80904.BIO
  2019.  12-07-93  12:37p      1536           0  F80A00.BIO
  2020.  12-07-93  12:37p      1536           0  F80A01.BIO
  2021.  12-07-93  12:37p      1024           0  F80A02.BIO
  2022.  12-07-93  12:37p      5632           0  F80C00.BIO
  2023.  12-07-93  12:37p      5120           0  F80D00.BIO
  2024.  12-07-93  12:37p      5120           0  F80D01.BIO
  2025.  12-07-93  12:37p      1536           0  F81000.BIO
  2026.  12-07-93  12:37p      4096           0  F81B00.BIO
  2027.  12-07-93  12:37p      2048           0  F88000.BIO
  2028.  12-07-93  12:37p     11264           0  FC0400.BIO
  2029.  12-07-93  12:37p      5632           0  FC0403.BIO
  2030.  12-07-93  12:37p      9728           0  FC0500.BIO
  2031.  10-10-94   8:22p     36376           0  LMS205.ADD
  2032.   9-22-94  12:39a      1099           0  OS2BOOT
  2033.   9-28-94   9:22p     12091           0  OS2DUMP
  2034.  10-08-94   3:46p    555972           0  OS2KRNLI
  2035.   9-30-94   2:01a     30208           0  OS2LDR
  2036.   9-22-94  12:39a      8366           0  OS2LDR.MSG
  2037.  12-07-93   1:02p        89           0  OS2VER
  2038.  10-10-94  10:37p     40725           0  README.CID
  2039.  10-10-94   9:16p      7259           0  README.INS
  2040.  10-05-94  11:29p      5686           0  RESERVE.SYS
  2041.  10-07-94   6:51p     75058           0  RMVIEW.EXE
  2042.   9-30-94   2:03a     39472           0  SYSINSTX.COM
  2043.   9-23-94   6:21a     10820           0  TEDIT.EXE
  2044.   9-01-94   7:52p     14596           0  TEDIT.HLP
  2045.  12-07-93  12:39p      3072           0  W020100.BIO
  2046.  12-07-93  12:39p      4608           0  W020101.BIO
  2047.  12-07-93  12:37p      1536           0  W050000.BIO
  2048.  12-07-93  12:37p      2560           0  W050100.BIO
  2049.  12-07-93  12:39p      3072           0  W050101.BIO
  2050.  12-07-93  12:37p      6656           0  W060100.BIO
  2051.  12-07-93  12:37p      1536           0  W0F0000.BIO
  2052.   9-27-94   8:49p      1811           0  XDF.MSG
  2053.   9-27-94   8:49p     89365           0  XDFCOPY.EXE
  2054.  
  2055.  WARP DISK_1
  2056.  10-12-94   1:00p     <DIR>           0  .
  2057.  10-12-94   1:00p     <DIR>           0  ..
  2058.   9-23-94   4:31a       512           0  ANSICALL.DLL
  2059.   9-23-94   4:32a       512           0  BKSCALLS.DLL
  2060.   9-23-94   4:34a       512           0  BMSCALLS.DLL
  2061.  10-10-94   9:46p    289799           0  BUNDLE
  2062.  10-09-94   8:03p      7999           0  BVHINIT.DLL
  2063.   9-23-94   4:30a       512           0  BVSCALLS.DLL
  2064.   9-23-94   5:17a      3735           0  CLOCK01.SYS
  2065.   9-23-94   5:17a      3834           0  CLOCK02.SYS
  2066.   9-23-94   5:55a     91648           0  CMD.EXE
  2067.  10-10-94   8:17p       650           0  CONFIG.SYS
  2068.   9-23-94   5:53a     25610           0  COUNTRY.SYS
  2069.  10-10-94   5:03a     37717           0  DEL.LST
  2070.  10-03-94   2:40p      3770           0  DELIVERY.SYS
  2071.   9-29-94   4:26a        30           0  DISK.NUM
  2072.   9-23-94   5:36a      1142           0  DOS.SYS
  2073.  10-07-94   1:52p    137084           0  DOSCALL1.DLL
  2074.  10-01-94  12:39p    109705           0  FDISK.COM
  2075.  10-07-94   1:47p     14888           0  HARDERR.EXE
  2076.   9-23-94   5:38a    135746           0  HPFS.IFS
  2077.  10-05-94  11:31p     30994           0  IBM1FLPY.ADD
  2078.  10-06-94  11:41p     27104           0  IBM1S506.ADD
  2079.  10-05-94  11:32p      9798           0  IBM2ADSK.ADD
  2080.  10-05-94  11:31p     13718           0  IBM2FLPY.ADD
  2081.  10-03-94   2:39p     32373           0  IBM2SCSI.ADD
  2082.  10-05-94  11:32p      9860           0  IBMINT13.I13
  2083.  10-03-94   3:21p      5548           0  IBMKBD.SYS
  2084.  10-03-94   3:23p     27989           0  KBDBASE.SYS
  2085.   9-23-94   4:07a      1024           0  KBDCALLS.DLL
  2086.   9-23-94   5:46a      5177           0  KEYBOARD.DCP
  2087.   9-23-94   4:35a      1024           0  MOUCALLS.DLL
  2088.  10-03-94   3:15p     17387           0  MOUSE.SYS
  2089.   9-23-94   4:17a       512           0  MSG.DLL
  2090.   9-23-94   4:34a      1024           0  NAMPIPES.DLL
  2091.   9-23-94   4:16a       512           0  NLS.DLL
  2092.   9-23-94   6:07a     25504           0  NPXEMLTR.DLL
  2093.   9-23-94   4:26a       512           0  OS2CHAR.DLL
  2094.  10-05-94  11:30p     33562           0  OS2DASD.DMD
  2095.  10-05-94  12:05a     19358           0  OS2LOGO
  2096.  10-03-94   3:38p     10910           0  PRINT01.SYS
  2097.  10-03-94   3:38p     10022           0   PRINT02.SYS
  2098.   9-23-94   4:19a      1024           0  QUECALLS.DLL
  2099.  10-05-94  11:29p     27084           0  RESOURCE.SYS
  2100.  10-08-94   8:14p      9461           0  SCREEN01.SYS
  2101.  10-08-94   8:14p      9393           0  SCREEN02.SYS
  2102.  10-07-94   1:54a      1536           0  SESMGR.DLL
  2103.  10-08-94   2:07a     31312           0  SIPANEL1.DLL
  2104.  10-08-94   2:23a      4224           0  SYSINST1.EXE
  2105.  10-10-94   8:18p    143472           0  SYSINST2.EXE
  2106.   9-30-94  10:43a       165           0  SYSLEVEL.OS2
  2107.   9-23-94   6:21a     10820           0  TEDIT.EXE
  2108.   9-01-94   7:52p     14596           0  TEDIT.HLP
  2109.  10-03-94   3:38p      4970           0  TESTCFG.SYS
  2110.   9-23-94   4:28a      2048           0  VIOCALLS.DLL
  2111.   9-23-94   5:15a     10478           0  VTBL850.DCP
  2112.  10-05-94  11:33p     14698           0  XDFLOPPY.FLT
  2113.  
  2114.  WARP DISK_1 BUNDLE 
  2115.          ->\OS2\SRD2FIX.CMD
  2116.          ->\OS2\INSTALL\SHUTDOWN.EXE
  2117.          ->\OS2\INSTALL\BOOTDISK.EXE
  2118.          ->\OS2\HELP\BOOTDISK.HLP
  2119.          ->\OS2\INSTALL\BOOTDISK\ODPANS.DLL
  2120.          ->\OS2\INSTALL\BOOTDISK\ODPRTDRV.EXE
  2121.          ->\OS2\INSTALL\BOOTDISK\OSDELETE.EXE
  2122.          ->\OS2\INSTALL\BOOTDISK\OS2LDR.MSG
  2123.          ->\OS2\INSTALL\BOOTDISK\CONFIG.SYS
  2124.          ->\OS2\INSTALL\BOOTDISK\README
  2125.          ->\OS2\COMETRUN.EXE
  2126.          ->\OS2\DLL\COMETDLL.DLL
  2127.          ->\OS2\DLL\WPCOMET.DLL
  2128.          ->\OS2\BOOK\PRINTBK.INF
  2129.          ->\OS2\BOOK\TRADEMBK.INF
  2130.          ->\OS2\BOOK\MULTIMBK.INF
  2131.          ->\OS2\HELP\UNINSTAL.HLP
  2132.          ->\OS2\INSTALL\UNINSTAL.RSP
  2133.          ->\OS2\BOOK\WINOS2BK.INF
  2134.  
  2135.  WARP DISK_2
  2136.  10-12-94   1:00p     <DIR>           0  .
  2137.  10-12-94   1:00p     <DIR>           0  ..
  2138.   9-23-94   5:58a     49040           0  ACL.EXE
  2139.   9-23-94   5:58a     23620           0  ACLCHECK.LST
  2140.   9-23-94   5:59a      1520           0  ACLPANEL.DLL
  2141.   9-30-94   4:49p      3362           0  BLISTLAY.OUT
  2142.  10-10-94   9:49p    672745           0  BUNDLE
  2143.  10-10-94   9:47p    115784           0  CDROMFLT
  2144.  10-10-94   9:47p     42154           0  CDROMREQ
  2145.  10-10-94   9:48p     70974           0  CGA
  2146.   9-23-94   5:15a     68656           0  CHKDSK.COM
  2147.  10-10-94   9:48p     94381           0  EGA
  2148.  10-06-94  12:40a     68880           0  FORMAT.COM
  2149.  10-08-94   2:07a     49008           0  SIPANEL2.DLL
  2150.  10-08-94   2:08a     11872           0  SIPANEL3.DLL
  2151.  10-08-94   2:47a     18880           0  STRTSWAP.EXE
  2152.   9-23-94   6:49a    181968           0  UHPFS.DLL
  2153.   9-23-94   6:24a     72048           0  UNPACK.EXE
  2154.   9-23-94   6:25a     77200           0  UNPACK2.EXE
  2155.  10-10-94   9:47p    218620           0  VGA
  2156.  
  2157.  WARP DISK_2 BUNDLE 
  2158.          ->\OS2\DLL\SHPIINST.DLL
  2159.          ->\OS2\DLL\INSCFG32.DLL
  2160.          ->\OS2\DLL\DOSRFICO.DLL
  2161.          ->\OS2\ARCRECOV.EXE
  2162.          ->\OS2\INSTALL\4029OW21.EXE
  2163.          ->\OS2\FIND.EXE
  2164.          ->\OS2\DLL\COURIER.FON
  2165.          ->\OS2\HELP\VIEWH.HLP
  2166.          ->\OS2\VIOTBL.ISO
  2167.          ->\OS2\DLL\WPDSRVP.DLL
  2168.          ->\OS2\ARCINST.EXE
  2169.          ->\OS2\DLL\WPDSERV.DLL
  2170.          ->\OS2\DLL\SOMS.DLL
  2171.          ->\OS2\VIOTBL.DCP
  2172.          ->\OS2\WPDSACTV.EXE
  2173.          ->\OS2\BOOT\VIOTBL.DCP
  2174.          ->\OS2\HELP\HMHELP.HLP
  2175.          ->\OS2\SOMDD.EXE
  2176.          ->\OS2\DLL\MISC.FON
  2177.          ->\OS2\SOMDSVR.EXE
  2178.          ->\OS2\BOOT\RESOURCE.SYS
  2179.          ->\OS2\DLL\PMTKT.DLL
  2180.          ->\OS2\VIEW.EXE
  2181.          ->\OS2\BOOT\OS2CDROM.DMD
  2182.          ->\OS2\DLL\SYSMONO.FON
  2183.          ->\OS2\DLL\WPCONMRI.DLL
  2184.          ->\OS2\VIEWDOC.EXE
  2185.          ->\OS2\BLDLEVEL.EXE
  2186.          ->\OS2\HELP\DSPINSTL.HLP
  2187.          ->\OS2\SETBOOT.EXE
  2188.          ->\OS2\INSTALL\PARSEDB.EXE
  2189.          ->\OS2\CONVERT.EXE
  2190.          ->\OS2\DLL\ANMT.DLL
  2191.          ->\OS2\DLL\BVHMPA.DLL
  2192.          ->\OS2\MONITOR.DIF
  2193.          ->\OS2\ETC\WPDSERV.IR
  2194.          ->\OS2\DLL\BVHWNDW.DLL
  2195.          ->\OS2\DLL\SYSFONT.DLL
  2196.          ->\OS2\CLIPOS2.EXE
  2197.          ->\OS2\DLL\HPMGRMRI.DLL
  2198.          ->\OS2\DLL\SERIAL.PDR
  2199.          ->\OS2\PMFORMAT.EXE
  2200.          ->\OS2\DLL\WINCFG.DLL
  2201.          ->\OS2\HELP\MIGRATE.HLP
  2202.          ->\OS2\KEYBOARD.DCP
  2203.          ->\OS2\DLL\PMPRINT.QPR
  2204.          ->\OS2\KEYB.COM
  2205.          ->\OS2\DLL\FKA.DLL
  2206.          ->\OS2\DLL\PARALLEL.PDR
  2207.          ->\OS2\WIN_30.RC
  2208.          ->\OS2\INSTALL\CDROM.TBL
  2209.          ->\OS2\INSTALL\SCSI.TBL
  2210.          ->\OS2\INSTALL\PCMCIA.TBL
  2211.  
  2212.  WARP DISK_3
  2213.  10-12-94   1:00p     <DIR>           0  .
  2214.  10-12-94   1:00p     <DIR>           0  ..
  2215.  10-10-94   9:51p   1279901           0  BUNDLE
  2216.  10-10-94   9:50p    287420           0  DOS
  2217.  10-10-94   9:49p     33003           0  PRESCHEK
  2218.  10-10-94   9:49p    189112           0  SCSIADDS
  2219.  10-10-94   9:49p     33201           0  XVAVESA
  2220.  
  2221.  WARP DISK_3 BUNDLE 
  2222.          ->\OS2\ETC\WPSH.IR
  2223.          ->\OS2\DLL\PMVIOP.DLL
  2224.          ->\OS2\INSTALL\DATABASE.TXT
  2225.          ->\OS2\DLL\PMPRE.DLL
  2226.          ->\OS2\DLL\DISPLAY.DLL
  2227.          ->\OS2\DLL\PMVDMP.DLL
  2228.          ->\OS2\DLL\PMDCTLS.DLL
  2229.          ->\OS2\E.EXE
  2230.          ->\OS2\RMVIEW.EXE
  2231.          ->\OS2\MODE.COM
  2232.          ->\OS2\DLL\SOMEM.DLL
  2233.          ->\OS2\MAKEINI.EXE
  2234.          ->\OS2\XCOPY.EXE
  2235.          ->\OS2\DLL\VIDEOCFG.DLL
  2236.          ->\OS2\HELP\INSTALL.HLP
  2237.          ->\OS2\DLL\INSPGM32.DLL
  2238.          ->\OS2\DLL\IBMGPMI.DLL
  2239.          ->\OS2\DISKCOPY.COM
  2240.          ->\OS2\HELP\WPMSG.HLP
  2241.          ->\OS2\SYSLEVEL.EXE
  2242.          ->\OS2\DLL\PMSHLTKT.DLL
  2243.          ->\OS2\BOOT.COM
  2244.          ->\OS2\DLL\SVGAINST.DLL
  2245.          ->\OS2\DLL\PMBIND.DLL
  2246.          ->\OS2\DISKCOMP.COM
  2247.          ->\OS2\DLL\SVGA.DLL
  2248.          ->\OS2\DLL\PMPIC.DLL
  2249.          ->\OS2\DLL\BDCALLS.DLL
  2250.          ->\OS2\UNDELETE.COM
  2251.          ->\OS2\REPLACE.EXE
  2252.          ->\OS2\INSTALL\DDINSTAL.EXE
  2253.          ->\OS2\HELP\ICONEDIT.HLP
  2254.          ->\OS2\EAUTIL.EXE
  2255.          ->\OS2\COMP.COM
  2256.          ->\OS2\DLL\CDTBL.DLL
  2257.          ->\OS2\HELPMSG.EXE
  2258.          ->\OS2\DLL\MMSNIFF.DLL
  2259.          ->\OS2\MORE.COM
  2260.          ->\OS2\DLL\SEAMLESS.DLL
  2261.          ->\OS2\PRINT.COM
  2262.          ->\OS2\PMCHKDSK.EXE
  2263.          ->\OS2\DLL\MINXOBJ.DLL
  2264.          ->\OS2\HELP\EHXHP.HLP
  2265.          ->\OS2\DLL\WPPRTMRI.DLL
  2266.          ->\OS2\DLL\SOMTC.DLL
  2267.          ->\OS2\WPDSINIT.EXE
  2268.          ->\OS2\BOOT\OS2DASD.DMD
  2269.          ->\OS2\DLL\PMVDMH.DLL
  2270.  
  2271.  WARP DISK_4
  2272.  10-12-94   1:00p     <DIR>           0  .
  2273.  10-12-94   1:00p     <DIR>           0  ..
  2274.  10-10-94   9:54p   1427512           0  BUNDLE
  2275.  10-10-94   9:51p    172875           0  REXX
  2276.   9-26-94   9:45p      5306           0  VGA.DSP
  2277.  10-10-94   9:52p    247533           0  VGABUN
  2278.  
  2279.  WARP DISK_4 BUNDLE 
  2280.          ->\OS2\DLL\PMSPL.DLL
  2281.          ->\OS2\HELP\GLOSS\WPGLOSS.HLP
  2282.          ->\OS2\DLL\PMATM.DLL
  2283.          ->\OS2\ETC\SOM.IR
  2284.          ->\OS2\DLL\OASIS.DLL
  2285.          ->\OS2\ICONEDIT.EXE
  2286.          ->\OS2\DLL\HELV.FON
  2287.          ->\OS2\INSTALL\DSPINSTL.EXE
  2288.          ->\OS2\SYSTEM\OSO001H.MSG
  2289.          ->\OS2\DLL\SOM.DLL
  2290.          ->\OS2\DLL\SOMIR.DLL
  2291.          ->\OS2\INSTALL\RSPDSPI.EXE
  2292.          ->\PSFONTS\COURB.PFB
  2293.          ->\PSFONTS\COUR.PFB
  2294.          ->\PSFONTS\COURBI.PFB
  2295.          ->\PSFONTS\COURI.PFB
  2296.          ->\OS2\DLL\SOMU.DLL
  2297.          ->\OS2\DLL\IBMNULL\IBMNULL.DRV
  2298.          ->\PSFONTS\SYMB.PFB
  2299.          ->\OS2\SYSTEM\OSO001.MSG
  2300.          ->\OS2\DLL\PMWPMRI.DLL
  2301.          ->\OS2\BOOT\REFPART.SYS
  2302.  
  2303.  WARP DISK_5 BUNDLE 
  2304.          ->\OS2\DLL\PMMERGE.DLL
  2305.          ->\OS2\DLL\PMWP.DLL
  2306.          ->\OS2\HELP\WPHELP.HLP
  2307.  
  2308.  WARP DISK_6 BUNDLE 
  2309.          ->\OS2\DLL\PMCTLS.DLL
  2310.          ->\OS2\DLL\MIRRORS.DLL
  2311.          ->\OS2\DLL\WPCONFIG.DLL
  2312.          ->\OS2\INSTALL\INSTALL.EXE
  2313.          ->\OS2\DLL\WPPRINT.DLL
  2314.          ->\OS2\DLL\SOMD.DLL
  2315.          ->\OS2\DLL\OS2MM.DLL
  2316.          ->\OS2\DLL\PMGPI.DLL
  2317.          ->\OS2\DLL\HELPMGR.DLL
  2318.          ->\OS2\INSTALL\MIGRATE.EXE
  2319.          ->\README
  2320.  
  2321.  WARP DISK_7
  2322.  10-12-94   1:00p     <DIR>           0  .
  2323.  10-12-94   1:00p     <DIR>           0  ..
  2324.  10-12-94  11:34a      3570           0  APMDELL
  2325.  10-12-94  11:34a     81617           0  CID
  2326.  10-12-94  11:32a     11114           0  COURPSF
  2327.  10-12-94  11:33a    129165           0  EPM
  2328.  10-12-94  11:34a    120186           0  FDISK
  2329.  10-12-94  11:32a     56908           0  HELVB.PFB
  2330.  10-12-94  11:34a    514275           0  PACK0
  2331.  10-12-94  11:32a     70491           0  PACK11
  2332.  10-12-94  11:32a     12736           0  PACK12
  2333.  10-12-94  11:32a     60462           0  PACK13
  2334.  10-12-94  11:32a     27342           0  PACK14
  2335.  10-12-94  11:32a     16219           0  PACK15
  2336.  10-12-94  11:33a    143511           0  PACK17
  2337.  10-12-94  11:32a     17096           0  PACK32
  2338.  10-12-94  11:32a     34851           0  PMREXX
  2339.  10-12-94  11:34a    171559           0  REQUIRED
  2340.  10-12-94  11:32a     20323           0  RESTORE
  2341.  10-12-94  11:33a     31756           0  RIPLINST
  2342.  10-12-94  11:32a     24214           0  SYSMONO.BMP
  2343.  10-12-94  11:33a    206728           0  TIMES.BMP
  2344.  10-12-94  11:32a     61019           0  TNR.PFB
  2345.  
  2346.  WARP DISK_7 PACK0 
  2347.          ->\MMTEMP\OS20PROC.DLL
  2348.          ->\MMTEMP\SSMRES.DLL
  2349.          ->\MMTEMP\BELLS.WAV
  2350.          ->\MMTEMP\MEMSH.DLL
  2351.          ->\MMTEMP\SSMDD.SYS
  2352.          ->\MMTEMP\CUCKOO.WAV
  2353.          ->\MMTEMP\SHRED.WAV
  2354.          ->\MMTEMP\STPMH.HLP
  2355.          ->\MMTEMP\RDIBPROC.DLL
  2356.          ->\MMTEMP\AUTOPROC.DLL
  2357.          ->\MMTEMP\WI30PROC.DLL
  2358.          ->\MMTEMP\BOO.WAV
  2359.          ->\MMTEMP\BUSAUDIO.SYS
  2360.          ->\MMTEMP\FFC.HLP
  2361.          ->\MMTEMP\IMAADPCM.DLL
  2362.          ->\MMTEMP\SSSH.DLL
  2363.          ->\MMTEMP\WM_TELL.WAV
  2364.          ->\MMTEMP\TAKEMY.WAV
  2365.          ->\MMTEMP\BALLGAME.MID
  2366.          ->\MMTEMP\ADSHDD.SYS
  2367.          ->\MMTEMP\HOLIDAY.MID
  2368.          ->\MMTEMP\MMEINDEX.HLP
  2369.          ->\MMTEMP\AMPM.EXE
  2370.          ->\MMTEMP\DOORCLS.WAV
  2371.          ->\MMTEMP\LASER.WAV
  2372.          ->\MMTEMP\DRWCLOSE.WAV
  2373.          ->\MMTEMP\BLUEJAM.MID
  2374.          ->\MMTEMP\IBMLANLK.EXE
  2375.          ->\MMTEMP\DRUMROLL.WAV
  2376.          ->\MMTEMP\AVCIIOPR.DLL
  2377.          ->\MMTEMP\MMOTPROC.DLL
  2378.          ->\MMTEMP\MMMRI.DLL
  2379.          ->\MMTEMP\EEEOOOP.WAV
  2380.          ->\MMTEMP\BBEE.MID
  2381.          ->\MMTEMP\STPMMRI.DLL
  2382.          ->\MMTEMP\MDM.DLL
  2383.          ->\MMTEMP\MDMI.DLL
  2384.          ->\MMTEMP\BWEEEP.WAV
  2385.          ->\MMTEMP\BEEOONG.WAV
  2386.          ->\MMTEMP\MPPM.EXE
  2387.          ->\MMTEMP\AMPMH.HLP
  2388.          ->\MMTEMP\SNDBLAST.DLL
  2389.          ->\MMTEMP\MCIMRI.DLL
  2390.          ->\MMTEMP\OS13PROC.DLL
  2391.          ->\MMTEMP\BWAAANG.WAV
  2392.          ->\MMTEMP\BACH.MID
  2393.          ->\MMTEMP\IBMRALLY.MID
  2394.          ->\MMTEMP\CARDINFO.DLL
  2395.          ->\MMTEMP\EEERRUPP.WAV
  2396.          ->\MMTEMP\DOINK.WAV
  2397.          ->\MMTEMP\MCIREC.HLP
  2398.          ->\MMTEMP\MCIERR.DLL
  2399.          ->\MMTEMP\MMSNDH.HLP
  2400.          ->\MMTEMP\FFCMRI.DLL
  2401.          ->\MMTEMP\WEPMMRI.DLL
  2402.          ->\MMTEMP\MIPM.DLL
  2403.          ->\MMTEMP\NULLSH.DLL
  2404.          ->\MMTEMP\R0STUB.SYS
  2405.          ->\MMTEMP\BOING.WAV
  2406.          ->\MMTEMP\MPPMMRI.DLL
  2407.          ->\MMTEMP\MASTERH9.RT
  2408.          ->\MMTEMP\PLAY.CMD
  2409.          ->\MMTEMP\QRYADH.HLP
  2410.          ->\MMTEMP\FOURMEG.SCR
  2411.          ->\MMTEMP\IBMLANLK.SYS
  2412.          ->\MMTEMP\AUDIOVDD.SYS
  2413.          ->\MMTEMP\MPPM.EAS
  2414.          ->\MMTEMP\BUSAUDIO.HLP
  2415.          ->\MMTEMP\SOUNDS.EAS
  2416.          ->\MMTEMP\IOPRNLS.DLL
  2417.          ->\MMTEMP\CONTROL.SCR
  2418.          ->\MMTEMP\RECORD.CMD
  2419.          ->\MMTEMP\MIDIFILE.ICO
  2420.          ->\MMTEMP\DATACONV.ICO
  2421.          ->\MMTEMP\AUDFILE.ICO
  2422.          ->\MMTEMP\MMPMDATA.ICO
  2423.          ->\MMTEMP\MMPMINST.ICO
  2424.          ->\MMTEMP\MMPMFLD2.ICO
  2425.          ->\MMTEMP\VOLCTRL.ICO
  2426.          ->\MMTEMP\MMSETUP.ICO
  2427.          ->\MMTEMP\MMPMFLDR.ICO
  2428.          ->\MMTEMP\MIDIPLAY.ICO
  2429.          ->\MMTEMP\AUDREC.ICO
  2430.          ->\MMTEMP\VIDPLAY.ICO
  2431.          ->\MMTEMP\VDSCPLAY.ICO
  2432.          ->\MMTEMP\CDPLAYER.ICO
  2433.          ->\MMTEMP\AUDPLAY.ICO
  2434.          ->\MMTEMP\WEPM.EAS
  2435.          ->\MMTEMP\MINSTALL.EAS
  2436.          ->\MMTEMP\STDLH.HLP
  2437.          ->\MMTEMP\AMPMMRI.DLL
  2438.          ->\MMTEMP\MOVIES.EAS
  2439.          ->\MMTEMP\GENINMRI.DLL
  2440.          ->\MMTEMP\MIDIICO.EAS
  2441.          ->\MMTEMP\WAVEICO.EAS
  2442.          ->\MMTEMP\MMIO.DLL
  2443.          ->\MMTEMP\MMIOI.DLL
  2444.          ->\MMTEMP\VAUDIO.SYS
  2445.          ->\MMTEMP\MPMCDIMG.CMD
  2446.          ->\MMTEMP\TWIP.WAV
  2447.          ->\MMTEMP\POP.WAV
  2448.          ->\MMTEMP\SOUNDS.ICO
  2449.          ->\MMTEMP\MOVIE.ICO
  2450.          ->\MMTEMP\AVSFILM.ICO
  2451.          ->\MMTEMP\FILMFLDR.ICO
  2452.          ->\MMTEMP\STDLMRI.DLL
  2453.          ->\MMTEMP\QRYCDMRI.DLL
  2454.          ->\MMTEMP\QRYADMRI.DLL
  2455.          ->\MMTEMP\SSM.DLL
  2456.          ->\MMTEMP\LSIH.MSG
  2457.          ->\MMTEMP\MMSNDMRI.DLL
  2458.          ->\MMTEMP\SYSLEVEL.MPM
  2459.          ->\MMTEMP\DINSTSND.CMD
  2460.          ->\MMTEMP\INSTSND.CMD
  2461.          ->\MMTEMP\BSAUDRES.DLL
  2462.          ->\MMTEMP\FSSH.DLL
  2463.          ->\MMTEMP\AVIO.DLL
  2464.          ->\MMTEMP\MIDIIO.DLL
  2465.          ->\MMTEMP\WAVEPROC.DLL
  2466.          ->\MMTEMP\MISH.DLL
  2467.          ->\MMTEMP\MIDIMCD.DLL
  2468.          ->\MMTEMP\AUDIOMCD.DLL
  2469.          ->\MMTEMP\AMPMXMCD.DLL
  2470.          ->\MMTEMP\AUDIOIF.DLL
  2471.          ->\MMTEMP\HHP.DLL
  2472.          ->\MMTEMP\AUDIOSH.DLL
  2473.          ->\MMTEMP\LSI.MSG
  2474.          ->\MMTEMP\WAVEFILE.EAS
  2475.          ->\MMTEMP\BASECONF.CH
  2476.          ->\MMTEMP\MME.MSG
  2477.          ->\MMTEMP\AUDIODD.MSG
  2478.  WARP DISK_7 PACK11 
  2479.          ->\MMTEMP\OS2\DRIVERS\CS4231\CS31BA11.DRV
  2480.          ->\MMTEMP\OS2\DRIVERS\CS4231\VSNDSYS.386
  2481.          ->\MMOS2\CS4231.SYS
  2482.          ->\MMOS2\VCS4231.SYS
  2483.          ->\MMTEMP\OS2\DRIVERS\CS4231\CS31BA11.INI
  2484.          ->\MMTEMP\OS2\DRIVERS\CS4231\TP750INI.ADD
  2485.  WARP DISK_7 PACK12 
  2486.          ->\MMOS2\BUSAUDIO.SYS
  2487.          ->\MMOS2\HELP\BUSAUDIO.HLP
  2488.          ->\MMOS2\DLL\BSAUDRES.DLL
  2489.  WARP DISK_7 PACK13 
  2490.          ->\MMOS2\DLL\MPGIO.DLL
  2491.          ->\MMOS2\VIDRMS.SYS
  2492.          ->\MMOS2\RMAUDIO.SYS
  2493.          ->\MMOS2\DSP\VREEL.BIN
  2494.          ->\MMOS2\DSP\DSP.BIN
  2495.          ->\MMOS2\DLL\MPGDC.DLL
  2496.          ->\MMOS2\VIDRMS1.INI
  2497.  WARP DISK_7 PACK14 
  2498.          ->\MMOS2\DLL\WEPMPINT.DLL
  2499.          ->\MMOS2\DLL\WEPMPLUS.DLL
  2500.          ->\MMOS2\HELP\WEPMPLUS.HLP
  2501.  WARP DISK_7 PACK15 
  2502.          ->\MMOS2\BUSAUDIO.SYS
  2503.          ->\MMOS2\DSP\DSPLITE.BIN
  2504.          ->\MMOS2\HELP\BUSAUDIO.HLP
  2505.          ->\MMOS2\DLL\BSAUDRES.DLL
  2506.  WARP DISK_7 PACK17 
  2507.          ->\MMOS2\MVPRODD.SYS
  2508.          ->\MMTEMP\OS2\DRIVERS\MVPRODD\PROMIX.EXE
  2509.          ->\MMTEMP\OS2\DRIVERS\MVPRODD\OPL3.DRV
  2510.          ->\MMTEMP\OS2\DRIVERS\MVPRODD\MVMIXER.DRV
  2511.          ->\MMTEMP\OS2\DRIVERS\MVPRODD\MVPROAUD.DRV
  2512.          ->\MMTEMP\OS2\DRIVERS\MVPRODD\MVSOUND.SYS
  2513.          ->\MMTEMP\OS2\DRIVERS\MVPRODD\SBWAVE.DRV
  2514.          ->\MMTEMP\OS2\DRIVERS\MVPRODD\MVFM.DRV
  2515.          ->\MMTEMP\OS2\DRIVERS\MVPRODD\MVFM.DRV
  2516.          ->\MMTEMP\OS2\DRIVERS\MVPRODD\VPASD.386
  2517.          ->\MMTEMP\OS2\DRIVERS\MVPRODD\MMMIXER.DLL
  2518.          ->\MMTEMP\OS2\DRIVERS\MVPRODD\MCIMIXER.DRV
  2519.          ->\MMTEMP\OS2\DRIVERS\MVPRODD\MIDIMAP.CFG
  2520.          ->\MMOS2\HELP\PAS16.HLP
  2521.          ->\MMTEMP\OS2\DRIVERS\MVPRODD\VADMAD.386
  2522.          ->\MMTEMP\OS2\DRIVERS\MVPRODD\OEMSETUP.INF
  2523.          ->\MMTEMP\OS2\DRIVERS\MVPRODD\MV.INI
  2524.  WARP DISK_7 PACK32 
  2525.          ->\MMOS2\VIDVBC.SYS
  2526.          ->\MMOS2\HELP\VIDBLAST.HLP
  2527.          ->\MMOS2\VIDVBC1.INI
  2528.  
  2529.  WARP DISK_8 PACK0 
  2530.          ->\MMTEMP\MMPM.DLL
  2531.          ->\MMTEMP\MMPMINI.DLL
  2532.          ->\MMTEMP\MACAW.AVI
  2533.          ->\MMTEMP\MINSTALL.EXE
  2534.          ->\MMTEMP\PCDIO.DLL
  2535.          ->\MMTEMP\WEPM.EXE
  2536.          ->\MMTEMP\MMSND.DLL
  2537.          ->\MMTEMP\GENIN.DLL
  2538.          ->\MMTEMP\MMPMCRTS.DLL
  2539.          ->\MMTEMP\SW.DLL
  2540.          ->\MMTEMP\SND.DLL
  2541.          ->\MMTEMP\DIVE.DLL
  2542.          ->\MMTEMP\STARTUP.WAV
  2543.          ->\MMTEMP\JET.WAV
  2544.          ->\MMTEMP\MPPM.DLL
  2545.          ->\MMTEMP\AUDIO.XLM
  2546.          ->\MMTEMP\QRYAD.DLL
  2547.          ->\MMTEMP\STPM.EXE
  2548.          ->\MMTEMP\QRYCD.DLL
  2549.          ->\MMTEMP\WEPMH.HLP
  2550.          ->\MMTEMP\MCIAPI.DLL
  2551.          ->\MMTEMP\MIPMINI.DLL
  2552.          ->\MMTEMP\IMGCLASS.DLL
  2553.          ->\MMTEMP\IOBASE.DLL
  2554.          ->\MMTEMP\ITERM.DLL
  2555.          ->\MMTEMP\FFC.EXE
  2556.          ->\MMTEMP\AUDIO2.WG2
  2557.          ->\MMTEMP\AUDIO.WG2
  2558.          ->\MMTEMP\MMINSTH.HLP
  2559.          ->\MMTEMP\MCIREXX.INF
  2560.          ->\MMTEMP\SHUTDOWN.WAV
  2561.          ->\MMTEMP\MPPMH.HLP
  2562.          ->\MMTEMP\STDL.DLL
  2563.          ->\MMTEMP\AVCAPROC.DLL
  2564.          ->\MMTEMP\SSMINI.DLL
  2565.          ->\MMTEMP\WOOEEP.WAV
  2566.  
  2567.  WARP DISK_9
  2568.  10-12-94   1:00p     <DIR>           0  .
  2569.  10-12-94   1:00p     <DIR>           0  ..
  2570.  10-10-94  10:05p     17625           0  BACKUP
  2571.  10-10-94  10:03p     10050           0  BITMAP
  2572.  10-10-94  10:04p     61570           0  COURBI.PFB
  2573.  10-10-94  10:03p    159336           0  EPM
  2574.  10-10-94  10:04p    210219           0  HELV.BMP
  2575.  10-10-94  10:04p     57440           0  HELVI.PFB
  2576.  10-10-94  10:03p    106218           0  PACK18
  2577.  10-10-94  10:05p     44535           0  PACK20
  2578.  10-10-94  10:05p     17096           0  PACK31
  2579.  10-10-94  10:03p    815461           0  PACK36
  2580.  10-10-94  10:04p    152897           0  PACK44
  2581.  10-10-94  10:05p     12736           0  PACK8
  2582.  10-10-94  10:05p     23222           0  PULSE
  2583.  10-10-94  10:04p     64847           0  TNRBI.PFB
  2584.  10-10-94  10:05p     11768           0  VDPMI
  2585.  10-10-94  10:04p     71961           0  WINBASE
  2586.         18 file(s)    1836981 bytes used 
  2587.                             0 bytes free 
  2588.  WARP DISK_9 PACK18 
  2589.          ->\MMOS2\JAZZDD.SYS
  2590.          ->\MMTEMP\OS2\DRIVERS\JAZZDD\JAZZMXD.DRV
  2591.          ->\MMTEMP\OS2\DRIVERS\JAZZDD\JAZZFM4.DRV
  2592.          ->\MMTEMP\OS2\DRIVERS\JAZZDD\JAZZ.DRV
  2593.          ->\MMTEMP\OS2\DRIVERS\JAZZDD\JAZZFM2.DRV
  2594.          ->\MMTEMP\OS2\DRIVERS\JAZZDD\MCICDA.DRV
  2595.          ->\MMTEMP\OS2\DRIVERS\JAZZDD\JAZZ401.DRV
  2596.          ->\MMTEMP\OS2\DRIVERS\JAZZDD\MMMIXER.DLL
  2597.          ->\MMTEMP\OS2\DRIVERS\JAZZDD\JAZZ.SYS
  2598.          ->\MMTEMP\OS2\DRIVERS\JAZZDD\MIDIMAP.CFG
  2599.          ->\MMOS2\HELP\JAZZ16.HLP
  2600.          ->\MMTEMP\OS2\DRIVERS\JAZZDD\VJAZZD.386
  2601.          ->\MMTEMP\OS2\DRIVERS\JAZZDD\VJAZZFM.386
  2602.          ->\MMTEMP\OS2\DRIVERS\JAZZDD\OEMSETUP.INF
  2603.  WARP DISK_9 PACK20 
  2604.          ->\MMOS2\DLL\SMVSPAGE.DLL
  2605.          ->\MMOS2\HELP\SMVSH.HLP
  2606.          ->\MMOS2\DLL\SMVSMRI.DLL
  2607.          ->\MMTEMP\VAPM.SCR
  2608.  WARP DISK_9 PACK31 
  2609.          ->\MMOS2\VIDVBC.SYS
  2610.          ->\MMOS2\HELP\VIDBLAST.HLP
  2611.          ->\MMOS2\VIDVBC1.INI
  2612.  WARP DISK_9 PACK36 
  2613.          ->\MMTEMP\OS2\DRIVERS\SBAWED2\SYNTHGS.SBK
  2614.          ->\MMTEMP\OS2\DRIVERS\SBAWED2\AWEGUI.DLL
  2615.          ->\MMTEMP\OS2\DRIVERS\SBAWED2\SYNTHMT.SBK
  2616.          ->\MMOS2\SBAWED2.SYS
  2617.          ->\MMTEMP\OS2\DRIVERS\SBAWED2\SBAWE32.DRV
  2618.          ->\MMTEMP\OS2\DRIVERS\SBAWED2\AWEMAN.DLL
  2619.          ->\MMTEMP\OS2\DRIVERS\SBAWED2\SB16SND.DRV
  2620.          ->\MMTEMP\OS2\DRIVERS\SBAWED2\SB16AUX.DRV
  2621.          ->\MMTEMP\OS2\DRIVERS\SBAWED2\SYNTHGM.SBK
  2622.          ->\MMTEMP\OS2\DRIVERS\SBAWED2\CSPMAN.DLL
  2623.          ->\MMTEMP\OS2\DRIVERS\SBAWED2\WFM0011.ACV
  2624.          ->\MMTEMP\OS2\DRIVERS\SBAWED2\SBPFM.DRV
  2625.          ->\MMTEMP\OS2\DRIVERS\SBAWED2\WFM0007.ACV
  2626.          ->\MMTEMP\OS2\DRIVERS\SBAWED2\WFM0200.ACV
  2627.          ->\MMTEMP\OS2\DRIVERS\SBAWED2\WFM0006.ACV
  2628.          ->\MMTEMP\OS2\DRIVERS\SBAWED2\WFM0203.ACV
  2629.          ->\MMTEMP\OS2\DRIVERS\SBAWED2\WFM0202.ACV
  2630.          ->\MMOS2\HELP\SBLASTER.HLP
  2631.          ->\MMTEMP\OS2\DRIVERS\SBAWED2\VSBPD.386
  2632.          ->\MMOS2\DSP\WI0200.ASP
  2633.          ->\MMOS2\DSP\WO0200.ASP
  2634.          ->\MMTEMP\OS2\DRIVERS\SBAWED2\MIDIMAP.CFG
  2635.          ->\MMOS2\DSP\WI0007.ASP
  2636.          ->\MMOS2\DSP\WI0006.ASP
  2637.          ->\MMOS2\DSP\WO0007.ASP
  2638.          ->\MMOS2\DSP\WO0006.ASP
  2639.          ->\MMTEMP\OS2\DRIVERS\SBAWED2\SBWIN.INI
  2640.          ->\MMTEMP\OS2\DRIVERS\SBAWED2\OEMSETUP.INF
  2641.  WARP DISK_9 PACK44 
  2642.          ->\MMOS2\ACPADD2.SYS
  2643.          ->\MMTEMP\OS2\DRIVERS\ACPADD2\AUDIO.DLL
  2644.          ->\MMTEMP\OS2\DRIVERS\ACPADD2\ACPADD.SYS
  2645.          ->\MMTEMP\OS2\DRIVERS\ACPADD2\ACPA.DRV
  2646.          ->\MMTEMP\OS2\DRIVERS\ACPADD2\AUDIOVER.EXE
  2647.          ->\MMTEMP\OS2\DRIVERS\ACPADD2\IBMMPC.DSP
  2648.          ->\MMTEMP\OS2\DRIVERS\ACPADD2\IBMAUDS.DSP
  2649.          ->\MMOS2\DSP\IBMPCMR8.DSP
  2650.          ->\MMOS2\DSP\IBMAUDS.DSP
  2651.          ->\MMOS2\DSP\IBMMPC.DSP
  2652.          ->\MMTEMP\OS2\DRIVERS\ACPADD2\IBMPCMR.DSP
  2653.          ->\MMOS2\DSP\IBMPCMR.DSP
  2654.          ->\MMTEMP\OS2\DRIVERS\ACPADD2\IBMPCMP.DSP
  2655.          ->\MMTEMP\OS2\DRIVERS\ACPADD2\MIDIMAP.CFG
  2656.          ->\MMOS2\DSP\IBMXA.DSP
  2657.          ->\MMOS2\DSP\IBMPMM48.DSP
  2658.          ->\MMOS2\DSP\IBMPCMP.DSP
  2659.          ->\MMOS2\DSP\IBMAUDR.DSP
  2660.          ->\MMOS2\DSP\IBMAUDP.DSP
  2661.          ->\MMOS2\DSP\IBMAUDG.DSP
  2662.          ->\MMOS2\DSP\IBMAUDF.DSP
  2663.          ->\MMTEMP\OS2\DRIVERS\ACPADD2\OEMSETUP.INF
  2664.  WARP DISK_9 PACK8 
  2665.          ->\MMOS2\BUSAUDIO.SYS
  2666.          ->\MMOS2\HELP\BUSAUDIO.HLP
  2667.          ->\MMOS2\DLL\BSAUDRES.DLL
  2668.  
  2669.  WARP DISK_10
  2670.  10-12-94   1:00p     <DIR>           0  .
  2671.  10-12-94   1:00p     <DIR>           0  ..
  2672.  10-10-94  10:06p       159           0  ATMFONTS.QLC
  2673.  10-10-94  10:07p     51476           0  BIDI
  2674.  10-10-94  10:06p    171884           0  BITMAP
  2675.  10-10-94  10:07p    280557           0  CMDREF
  2676.  10-10-94  10:07p     60712           0  COURIER.BMP
  2677.  10-10-94  10:07p    172652           0  HPFS
  2678.  10-10-94  10:06p    324045           0  MAHJONGG
  2679.  10-10-94  10:06p     10808           0  MOUSE
  2680.  10-10-94  10:05p    328890           0  PACK2
  2681.  10-10-94  10:07p     17096           0  PACK22
  2682.  10-10-94  10:07p     14081           0  PACK28
  2683.  10-10-94  10:07p     64510           0  PACK34
  2684.  10-10-94  10:07p     12736           0  PACK9
  2685.  10-10-94  10:07p     88194           0  PCMCIADD
  2686.   9-26-94   9:45p        49           0  PEN.DAT
  2687.  10-10-94  10:07p     48091           0  PICVIEW
  2688.  10-10-94  10:07p     29812           0  RECOVER
  2689.  10-10-94  10:07p    126336           0  REXXPUBS
  2690.  10-10-94  10:07p     21025           0  TREE
  2691.  
  2692.  WARP DISK_10 PACK2 
  2693.          ->\MMOS2\DLL\INDFSR31.DLL
  2694.          ->\MMOS2\DLL\INDEO.DLL
  2695.          ->\MMOS2\DLL\INDRTR31.DLL
  2696.          ->\MMOS2\DLL\INDDEC32.DLL
  2697.          ->\MMOS2\DLL\LVDP8000.DLL
  2698.          ->\MMOS2\RGBTOYUV.LUT
  2699.          ->\MMOS2\DLL\VIDVCI.DLL
  2700.          ->\MMOS2\DLL\ULCOASYM.DLL
  2701.          ->\MMOS2\DLL\ULDC.DLL
  2702.          ->\MMOS2\DLL\MONDO.DLL
  2703.          ->\MMOS2\VCSHDD.SYS
  2704.          ->\MMOS2\DLL\ULCORT.DLL
  2705.          ->\MMOS2\DLL\CODECSH.DLL
  2706.          ->\MMOS2\DLL\SVMCMRI.DLL
  2707.          ->\MMTEMP\SMVINI.SCR
  2708.          ->\MMOS2\HELP\SVMCH.HLP
  2709.          ->\MMTEMP\VIDICON.EAS
  2710.          ->\MMOS2\DLL\MTSH.DLL
  2711.          ->\MMOS2\DLL\SVMC.DLL
  2712.          ->\MMOS2\DLL\SVSH.DLL
  2713.          ->\MMOS2\DLL\ULDC16.DLL
  2714.          ->\MMOS2\DLL\ULDC8.DLL
  2715.          ->\MMOS2\DLL\INDEOR31.DLL
  2716.          ->\MMTEMP\SMVCONF.CH
  2717.  WARP DISK_10 PACK22 
  2718.          ->\MMOS2\VIDVBC.SYS
  2719.          ->\MMOS2\HELP\VIDBLAST.HLP
  2720.          ->\MMOS2\VIDVBC1.INI
  2721.  WARP DISK_10 PACK28 
  2722.          ->\MMOS2\VIDVBC.SYS
  2723.          ->\MMOS2\HELP\VIDMAGIC.HLP
  2724.          ->\MMOS2\VIDVBC1.INI
  2725.  WARP DISK_10PACK34
  2726.          ->\MMTEMP\OS2\DRIVERS\AZT16DD\MM16C.DRV
  2727.          ->\MMOS2\AZT16DD.SYS
  2728.          ->\MMOS2\SGAUDVDD.SYS
  2729.          ->\MMTEMP\OS2\DRIVERS\AZT16DD\OEMSETUP.INF
  2730.          ->\MMTEMP\OS2\DRIVERS\AZT16DD\MIDIMAP.CFG
  2731.  WARP DISK_10 PACK9 
  2732.          ->\MMOS2\BUSAUDIO.SYS
  2733.          ->\MMOS2\HELP\BUSAUDIO.HLP
  2734.          ->\MMOS2\DLL\BSAUDRES.DLL
  2735.  
  2736.  WARP DISK_11
  2737.  10-12-94   1:00p     <DIR>           0  .
  2738.  10-12-94   1:00p     <DIR>           0  ..
  2739.  10-10-94  10:10p     25352           0  APM
  2740.  10-10-94  10:10p    135681           0  BITMAP
  2741.  10-10-94  10:08p    122605           0  CHESS
  2742.  10-10-94  10:08p     58808           0  HELVBI.PFB
  2743.  10-10-94  10:08p    162230           0  KLONDIKE
  2744.  10-10-94  10:09p    264303           0  LINK
  2745.  10-10-94  10:10p     15375           0  PACK16
  2746.  10-10-94  10:08p     75947           0  PACK35
  2747.  10-10-94  10:10p     21127           0  RAS
  2748.  10-10-94  10:08p     19815           0  SORT
  2749.  10-10-94  10:08p     47362           0  SYMB.PFB
  2750.  10-10-94  10:08p     13231           0  TIMESPSF
  2751.  10-10-94  10:08p     61713           0  TNRB.PFB
  2752.  10-10-94  10:08p     64819           0  TNRI.PFB
  2753.  10-10-94  10:09p    737258           0  TUTORIAL
  2754.  10-10-94  10:08p     11169           0  VEMM
  2755.         18 file(s)    1836795 bytes used 
  2756.                             0 bytes free 
  2757.  
  2758.  WARP DISK_11 PACK16 
  2759.          ->\MMOS2\VIDVBC.SYS
  2760.          ->\MMOS2\VIDVBC1.INI
  2761.          ->\MMOS2\REGION\CCIRCATV.RGN
  2762.          ->\MMOS2\REGION\JAPAN.RGN
  2763.          ->\MMOS2\REGION\JPNCATV.RGN
  2764.          ->\MMOS2\REGION\AUS.RGN
  2765.          ->\MMOS2\REGION\USA.RGN
  2766.          ->\MMOS2\REGION\CCIR.RGN
  2767.          ->\MMOS2\REGION\USACATV.RGN
  2768.  WARP DISK_11 PACK35 
  2769.          ->\MMTEMP\OS2\DRIVERS\ES688DD\ES688WIN.DRV
  2770.          ->\MMOS2\ES688DD.SYS
  2771.          ->\MMTEMP\OS2\DRIVERS\ES688DD\MSMIXMGR.DLL
  2772.          ->\MMTEMP\OS2\DRIVERS\ES688DD\ES688WIN.386
  2773.          ->\MMTEMP\OS2\DRIVERS\ES688DD\AUDMPIO.DRV
  2774.          ->\MMTEMP\OS2\DRIVERS\ES688DD\MIDIMAP.CFG
  2775.          ->\MMOS2\HELP\ES688INS.HLP
  2776.          ->\MMOS2\DLL\ESSVSD88.DLL
  2777.  
  2778.  WARP DISK_12
  2779.  10-12-94   1:00p     <DIR>           0  .
  2780.  10-12-94   1:00p     <DIR>           0  ..
  2781.  10-10-94  10:10p     22682           0  ATTRIB
  2782.  10-10-94  10:10p     62417           0  COURB.PFB
  2783.  10-10-94  10:10p     60187           0  COURI.PFB
  2784.  10-10-94  10:12p    595963           0  DOS
  2785.  10-10-94  10:11p    191210           0  INSTAID
  2786.  10-10-94  10:10p     12736           0  PACK10
  2787.  10-10-94  10:10p     14095           0  PACK29
  2788.  10-10-94  10:10p     17096           0  PACK33
  2789.  10-10-94  10:10p     48441           0  PACK40
  2790.  10-10-94  10:11p     64082           0  PACK41
  2791.  10-10-94  10:12p       358           0  PACK43
  2792.  10-10-94  10:11p     93711           0  PACK5
  2793.  10-10-94  10:11p     127956           0  PCMCIA
  2794.  10-10-94  10:10p     31609           0  PMSEEK
  2795.  10-10-94  10:12p    166821           0  RAS
  2796.  10-10-94  10:12p      5171           0  VXMS
  2797.  10-10-94  10:11p    310911           0  WINENV
  2798.  10-10-94  10:10p      8525           0  WINTOUCH
  2799.         20 file(s)    1833971 bytes used 
  2800.                             0 bytes free 
  2801.  
  2802.  WARP DISK_12 PACK10 
  2803.          ->\MMOS2\BUSAUDIO.SYS
  2804.          ->\MMOS2\HELP\BUSAUDIO.HLP
  2805.          ->\MMOS2\DLL\BSAUDRES.DLL
  2806.  WARP DISK_12 PACK29 
  2807.          ->\MMOS2\VIDVBC.SYS
  2808.          ->\MMOS2\HELP\VIDWINDW.HLP
  2809.          ->\MMOS2\VIDVBC1.INI
  2810.  WARP DISK_12 PACK33 
  2811.          ->\MMOS2\VIDVBC.SYS
  2812.          ->\MMOS2\HELP\VIDBLAST.HLP
  2813.          ->\MMOS2\VIDVBC1.INI
  2814.  WARP DISK_12 PACK40 
  2815.          ->\MMOS2\SBD2.SYS
  2816.          ->\MMTEMP\OS2\DRIVERS\SBD2\SB20SND.DRV
  2817.          ->\MMTEMP\OS2\DRIVERS\SBD2\SBFM.DRV
  2818.          ->\MMOS2\HELP\SBLASTER.HLP
  2819.          ->\MMTEMP\OS2\DRIVERS\SBD2\MIDIMAP.CFG
  2820.          ->\MMTEMP\OS2\DRIVERS\SBD2\VSBPD.386
  2821.          ->\MMTEMP\OS2\DRIVERS\SBD2\OEMSETUP.INF
  2822.  WARP DISK_12 PACK41 
  2823.          ->\MMOS2\SBPD2.SYS
  2824.          ->\MMTEMP\OS2\DRIVERS\SBPD2\SBPAUX.DRV
  2825.          ->\MMTEMP\OS2\DRIVERS\SBPD2\SBPSND.DRV
  2826.          ->\MMTEMP\OS2\DRIVERS\SBPD2\SBPFM.DRV
  2827.          ->\MMOS2\HELP\SBLASTER.HLP
  2828.          ->\MMTEMP\OS2\DRIVERS\SBPD2\MIDIMAP.CFG
  2829.          ->\MMTEMP\OS2\DRIVERS\SBPD2\VSBPD.386
  2830.          ->\MMTEMP\OS2\DRIVERS\SBPD2\OEMSETUP.INF
  2831.  WARP DISK_12 PACK43 
  2832.          ->\MMTEMP\OS2\DRIVERS\SB16D2\OEMSETUP.INF
  2833.  WARP DISK_12 PACK5 
  2834.          ->\MMOS2\CDPM.EXE
  2835.          ->\MMOS2\DLL\CDTBL.DLL
  2836.          ->\MMOS2\DLL\IBMCDXA.DLL
  2837.          ->\MMOS2\HELP\CDPMH.HLP
  2838.          ->\MMOS2\DLL\CDPMMRI.DLL
  2839.          ->\MMOS2\INSTALL\CDPM.EAS
  2840.          ->\MMOS2\DLL\CDDASH.DLL
  2841.          ->\MMOS2\DLL\GENCDVSD.DLL
  2842.          ->\MMOS2\DLL\CDAUDIO.DLL
  2843.  
  2844.  WARP DISK_13
  2845.  10-12-94   1:00p     <DIR>           0  .
  2846.  10-12-94   1:00p     <DIR>           0  ..
  2847.  10-10-94  10:13p     59084           0  AUDIOWIN
  2848.  10-10-94  10:13p     62046           0  COUR.PFB
  2849.  10-10-94  10:12p    255100           0  EPM
  2850.  10-10-94  10:13p     54946           0  HELV.PFB
  2851.  10-10-94  10:13p     12725           0  HELVPSF
  2852.  10-10-94  10:13p     20450           0  LABEL
  2853.  10-10-94  10:13p     32444           0  PACK30
  2854.  10-10-94  10:13p     65383           0  PACK42
  2855.  10-10-94  10:13p    128775           0  PACK43
  2856.  10-10-94  10:12p      7147           0  RAS
  2857.  10-10-94  10:13p     11247           0  SERIAL
  2858.  10-10-94  10:13p    102879           0  TOUCH
  2859.         14 file(s)     812226 bytes used 
  2860.                             0 bytes free 
  2861.  
  2862.  WARP DISK_13 PACK30 
  2863.          ->\MMOS2\SBD2.SYS
  2864.          ->\MMOS2\RMAUDIO.SYS
  2865.          ->\MMTEMP\RMSBLAST.SCR
  2866.  WARP DISK_13 PACK42 
  2867.          ->\MMOS2\SBP2D2.SYS
  2868.          ->\MMTEMP\OS2\DRIVERS\SBP2D2\SBPAUX.DRV
  2869.          ->\MMTEMP\OS2\DRIVERS\SBP2D2\SBPSND.DRV
  2870.          ->\MMTEMP\OS2\DRIVERS\SBP2D2\SBPFM.DRV
  2871.          ->\MMOS2\HELP\SBLASTER.HLP
  2872.          ->\MMTEMP\OS2\DRIVERS\SBP2D2\MIDIMAP.CFG
  2873.          ->\MMTEMP\OS2\DRIVERS\SBP2D2\VSBPD.386
  2874.          ->\MMTEMP\OS2\DRIVERS\SBP2D2\OEMSETUP.INF
  2875.  WARP DISK_13 PACK43 
  2876.          ->\MMOS2\SB16D2.SYS
  2877.          ->\MMTEMP\OS2\DRIVERS\SB16D2\SB16SND.DRV
  2878.          ->\MMTEMP\OS2\DRIVERS\SB16D2\SB16AUX.DRV
  2879.          ->\MMTEMP\OS2\DRIVERS\SB16D2\CSPMAN.DLL
  2880.          ->\MMTEMP\OS2\DRIVERS\SB16D2\WFM0011.ACV
  2881.          ->\MMTEMP\OS2\DRIVERS\SB16D2\SBPFM.DRV
  2882.          ->\MMTEMP\OS2\DRIVERS\SB16D2\WFM0007.ACV
  2883.          ->\MMTEMP\OS2\DRIVERS\SB16D2\WFM0200.ACV
  2884.          ->\MMTEMP\OS2\DRIVERS\SB16D2\WFM0006.ACV
  2885.          ->\MMTEMP\OS2\DRIVERS\SB16D2\WFM0203.ACV
  2886.          ->\MMTEMP\OS2\DRIVERS\SB16D2\WFM0202.ACV
  2887.          ->\MMOS2\HELP\SBLASTER.HLP
  2888.          ->\MMTEMP\OS2\DRIVERS\SB16D2\MIDIMAP.CFG
  2889.          ->\MMTEMP\OS2\DRIVERS\SB16D2\VSBPD.386
  2890.          ->\MMOS2\DSP\WI0200.ASP
  2891.          ->\MMOS2\DSP\WO0200.ASP
  2892.          ->\MMOS2\DSP\WI0007.ASP
  2893.          ->\MMOS2\DSP\WO0007.ASP
  2894.          ->\MMOS2\DSP\WI0006.ASP
  2895.          ->\MMOS2\DSP\WO0006.ASP
  2896.  
  2897.  WARP DISPLAY DISK_1
  2898.  10-12-94   1:00p     <DIR>           0  .
  2899.  10-12-94   1:00p     <DIR>           0  ..
  2900.  10-10-94  10:21p    159449           0  8514
  2901.   9-26-94   9:44p       956           0  AT480AC.DSP
  2902.   9-26-94   9:44p       954           0  AT480BC.DSP
  2903.   9-26-94   9:44p       963           0  AT600BC.DSP
  2904.   9-26-94   9:44p      1129           0  AT768BC.DSP
  2905.   9-26-94   9:45p       279           0  ATIM32A.DSP
  2906.   9-26-94   9:45p       279           0  ATIM64A.DSP
  2907.  10-09-94   8:09p     10251           0  BVHMPA.DL_
  2908.   9-26-94   9:44p       970           0  CL480AC.DSP
  2909.   9-26-94   9:44p       967           0  CL480BC.DSP
  2910.   9-26-94   9:45p       277           0  CL54XA.DSP
  2911.   9-26-94   9:44p       976           0  CL600BC.DSP
  2912.   9-26-94   9:44p      1141           0  CL768BC.DSP
  2913.  10-10-94  10:19p         4           0  DISK.NUM
  2914.   9-23-94   4:32a     38288           0  DISPLAY.DL_
  2915.   9-23-94   6:40a     91680           0  DSPRES.DL_
  2916.   9-26-94   9:44p       966           0  HD480AC.DSP
  2917.   9-26-94   9:44p       960           0  HD480BC.DSP
  2918.   9-26-94   9:44p       970           0  HD600BC.DSP
  2919.   9-26-94   9:44p      1135           0  HD768BC.DSP
  2920.  10-04-94   4:09p     26164           0  IBMVGA32.DL_
  2921.   9-01-94   7:52p       102           0  ISWINDOW.CO_
  2922.  10-10-94  10:22p     26593           0  P9000
  2923.   9-26-94   9:45p       278           0  P9000A.DSP
  2924.   9-26-94   9:45p      4335           0  P9000B.DSP
  2925.   9-26-94   9:45p     31612           0  P9000M.DSP
  2926.  10-10-94  10:22p    246058           0  P9000SYS
  2927.  10-10-94  10:23p     25903           0  P9100
  2928.   9-26-94   9:45p     48358           0  P9100M.DSP
  2929.  10-10-94  10:23p    258828           0  P9100SYS
  2930.  10-10-94  10:21p    198808           0  POWER_9K
  2931.   9-26-94   9:44p       283           0  PSBGA32A.DSP
  2932.   9-26-94   9:44p      1447           0  PSMONO.DSP
  2933.   9-26-94   9:45p       792           0  PSS3A.DSP
  2934.   9-26-94   9:44p      4878           0  PSSVGA32.DSP
  2935.   9-26-94   9:44p      6345           0  PSVGA32.DSP
  2936.   9-26-94   9:44p     12920           0  PSXGA32.DSP
  2937.   9-26-94   9:45p       277           0  S3864A.DSP
  2938.  10-08-94   8:14p      6551           0  SCREEN01.SY_
  2939.  10-08-94   8:14p      6496           0  SCREEN02.SY_
  2940.   9-26-94   9:44p      1030           0  SP480AC.DSP
  2941.   9-26-94   9:44p      1028           0  SP480BC.DSP
  2942.   9-26-94   9:45p       328           0   TLIW32A.DSP
  2943.   9-26-94   9:44p       966           0  TR480AC.DSP
  2944.   9-26-94   9:44p       963           0  TR480BC.DSP
  2945.   9-26-94   9:44p       974           0  TR600BC.DSP
  2946.   9-26-94   9:44p      1138           0  TR768BC.DSP
  2947.   9-26-94   9:44p       963           0  TS480AC.DSP
  2948.   9-26-94   9:44p       959           0  TS480BC.DSP
  2949.   9-26-94   9:44p       969           0  TS600BC.DSP
  2950.   9-26-94   9:44p      1135           0  TS768BC.DSP
  2951.  12-07-93   1:00p      1994           0  VESA.EX_
  2952.  10-10-94  10:21p    118094           0  VGA
  2953.  10-10-94   5:54p     70967           0  VSVGA.SY_
  2954.  10-10-94   5:56p     33571           0  VVGA.SY_
  2955.   9-26-94   9:45p       260           0  WD24_31A.DSP
  2956.   9-26-94   9:44p       968           0  WD480AC.DSP
  2957.   9-26-94   9:44p       963           0  WD480BC.DSP
  2958.   9-26-94   9:44p       974           0  WD600BC.DSP
  2959.   9-26-94   9:44p      1139           0  WD768BC.DSP
  2960.   9-26-94   9:45p       277           0  WDC33A.DSP
  2961.  10-02-94   7:55p      2762           0  WINVGA
  2962.  10-10-94  10:22p     93533           0  WINXGA
  2963.  10-10-94  10:21p    244636           0  XGA
  2964.         66 file(s)    1800213 bytes used 
  2965.                             0 bytes free 
  2966.  
  2967.  WARP DISPLAY DISK_2
  2968.  10-12-94   1:00p     <DIR>           0  .
  2969.  10-12-94   1:00p     <DIR>           0  ..
  2970.  10-10-94  10:23p     70966           0  CGA
  2971.  10-07-94   3:25p    154758           0  CIRRUS.DL_
  2972.   9-26-94   9:45p     15631           0  CL54XB.DSP
  2973.   9-26-94   9:45p       708           0  CL54XM.DSP
  2974.  10-10-94  10:26p    281419           0  CLWINDRV
  2975.  10-10-94  10:23p     94373           0  EGA
  2976.   9-26-94   9:44p      4482           0  PSBGA32B.DSP
  2977.   9-26-94   9:44p      4307           0  PSCGA16.DSP
  2978.   9-26-94   9:44p      4349           0  PSEGA16.DSP
  2979.   8-18-94   7:41p      6825           0  SETMODE.EX_
  2980.   9-23-94   9:01p     57704           0  SV480256.DL_
  2981.   9-23-94   9:27p     57697           0  SV600256.DL_
  2982.   9-23-94   9:45p     58495           0  SV768256.DL_
  2983.   9-26-94   9:45p      4122           0  SVGA480A.DSP
  2984.   9-26-94   9:45p      4122           0  SVGA480B.DSP
  2985.   9-26-94   9:45p      4189           0  SVGA600B.DSP
  2986.   9-26-94   9:45p      4183           0  SVGA768B.DSP
  2987.   9-26-94   9:45p     13292           0  TLIW32B.DSP
  2988.   9-26-94   9:45p       755           0  TLIW32M.DSP
  2989.   9-29-94  12:57a    161544           0  TLIW32PM.DL_
  2990.   8-18-94   7:41p      6758           0  VMODE.CO_
  2991.  10-10-94  10:24p     38622           0  WIN8514
  2992.  10-10-94  10:25p    281818           0  WINTLI32
  2993.   9-15-94  11:48p     43446           0  WSPDBF.DR_
  2994.   9-15-94  11:51p     44173           0  WSPDSBF.DR_
  2995.   9-15-94  11:48p     43256           0  WSPDSF.DR_
  2996.   9-15-94  11:51p     43968           0  WSPDSSF.DR_
  2997.         29 file(s)    1505962 bytes used 
  2998.                             0 bytes free 
  2999.  
  3000.  WARP DISPLAY DISK_3
  3001.  10-12-94   1:00p     <DIR>           0  .
  3002.  10-12-94   1:00p     <DIR>           0  ..
  3003.   9-26-94   9:45p     15906           0  PSS3B.DSP
  3004.   9-26-94   8:01p    157675           0  S3864
  3005.   9-26-94   9:45p     13838           0  S3864B.DSP
  3006.   9-26-94   9:45p       741           0  S3864M.DSP
  3007.  10-05-94  12:29a    150086           0  S3VIDEO
  3008.  10-10-94  10:27p    408503           0  S3WIN
  3009.  10-10-94  10:29p    886527           0  WIN864
  3010.  10-10-94  10:29p    199301           0  WIN86432
  3011.         10 file(s)    1832577 bytes used 
  3012.                             0 bytes free 
  3013.  
  3014.  WARP DISPLAY DISK_4
  3015.  10-12-94   1:00p     <DIR>           0  .
  3016.  10-12-94   1:00p     <DIR>           0  ..
  3017.  10-12-94  11:43a    151342           0  ATIM32
  3018.   9-26-94   9:45p     16913           0  ATIM32B.DSP
  3019.   9-26-94   9:45p       699           0  ATIM32M.DSP
  3020.  10-12-94  11:43a    152209           0  ATIM64
  3021.   9-09-94   7:34p      1159           0  ATIM64.SY_
  3022.   9-26-94   9:45p     26663           0  ATIM64B.DSP
  3023.   9-26-94   9:45p       699           0  ATIM64M.DSP
  3024.  10-08-94   1:23a      4995           0  VAD32.SY_
  3025.  10-01-94   6:31a      3139           0  VAD64.SY_
  3026.   9-26-94   9:45p      9238           0  WD24B.DSP
  3027.   9-26-94   9:45p      9241           0  WD24_31B.DSP
  3028.   9-26-94   9:45p       736           0  WD24_31M.DSP
  3029.  10-12-94  11:44a    176776           0  WD3116.DR_
  3030.  10-12-94  11:44a    134709           0  WD31_8.DR_
  3031.  10-12-94  11:45a    181391           0  WD3316.DR_
  3032.  10-12-94  11:44a    155660           0  WD33_8.DR_
  3033.   9-26-94   8:01p    147683           0  WD90C24.DL_
  3034.   9-26-94   8:01p    145124           0  WD90C33.DL_
  3035.   9-26-94   9:45p     10674           0  WDC33B.DSP
  3036.   9-26-94   9:45p       737           0  WDC33M.DSP
  3037.  10-12-94  11:45a    218624           0  WINM32
  3038.  10-12-94  11:46a    126516           0  WINM64
  3039.         24 file(s)    1674927 bytes used 
  3040.                             0 bytes free 
  3041.  
  3042.  PRINTER DRIVER DISK_1
  3043.  10-12-94   1:00p     <DIR>           0  .
  3044.  10-12-94   1:00p     <DIR>           0  ..
  3045.  10-12-94  11:36a     80696           0  EPSON.DR_
  3046.  10-12-94  11:36a      5991           0  EPSON.EA_
  3047.  10-12-94  11:37a     85252           0  HPDJPM.DR_
  3048.  10-12-94  11:37a      4915           0  HPDJPM.EA_
  3049.  10-12-94  11:37a     171135           0  IBM52XX.DR_
  3050.  10-12-94  11:37a      3695           0  IBM52XX.EA_
  3051.  10-12-94  10:57a     56716           0  IBMNULL.DR_
  3052.  10-12-94  11:35a      4565           0  IBMNULL.EA_
  3053.  10-12-94  11:38a    362616           0  IBMPCL5.DR_
  3054.  10-12-94  11:38a      4157           0  IBMPCL5.EA_
  3055.  10-12-94  11:36a    502262           0  LASERJET.DR_
  3056.  10-12-94  11:36a      5990           0  LASERJET.EA_
  3057.  10-12-94  11:37a    151330           0  PLOTTERS.DR_
  3058.  10-12-94  11:37a      4033           0  PLOTTERS.EA_
  3059.  10-12-94  11:37a       175           0  PMPLOT.EA_
  3060.  10-12-94  11:37a     61255           0  PMPLOT.QP_
  3061.  10-12-94  11:04a     28174           0  PRDESC.LST
  3062.  10-10-94   5:03a       798           0  PRDRV.LST
  3063.  10-12-94  11:36a    206185           0  PSCRIPT.DR_
  3064.  10-12-94  11:36a      9270           0  PSCRIPT.EA_
  3065.         22 file(s)    1749210 bytes used 
  3066.                             0 bytes free 
  3067.  
  3068.  PRINTER DRIVER DISK_2
  3069.  10-12-94   1:00p     <DIR>           0  .
  3070.  10-12-94   1:00p     <DIR>           0  ..
  3071.   3-11-94   4:37p      8558           0  40291730.WPD
  3072.   3-11-94   4:37p     11028           0  40293930.WPD
  3073.   7-28-94   1:51p      8675           0  4039PW31.WPD
  3074.   3-11-94   4:37p     11304           0  4039W31.WPD
  3075.   3-11-94   4:37p      6750           0  4079W31.WPD
  3076.   7-25-94   3:39p    112816           0  FI4037.EXE
  3077.   7-25-94   3:39p     14406           0  FI4037.HLP
  3078.   3-11-94   4:37p      5715           0  IBM17521.WPD
  3079.   3-11-94   4:37p     27184           0  IBM239X.DRV
  3080.   3-11-94   4:37p      8185           0  IBM39521.WPD
  3081.   3-11-94   4:37p     69152           0  IBM4019.DRV
  3082.  10-10-94  10:17p    317763           0  IBM4019.DR_
  3083.  10-10-94  10:17p      3866           0  IBM4019.EA_
  3084.   3-11-94   4:37p     92864           0  IBM4029.DRV
  3085.   7-25-94   3:39p    142048           0  IBM4037.DRV
  3086.   7-25-94   3:39p     17263           0  IBM4037.HLP
  3087.   7-25-94   3:39p      6910           0  IBM4037P.HLP
  3088.   1-14-94   9:20a     11728           0  IBM4070.DRV
  3089.   3-11-94   4:37p     93184           0  IBM40X9.DLL
  3090.  10-10-94  10:17p    268316           0  IBM42XX.DR_
  3091.  10-10-94  10:17p      4064           0  IBM42XX.EA_
  3092.  10-07-94   9:33p     49934           0  IBM52012.DR_
  3093.  10-10-94  10:17p      4541           0  IBM52012.EA_
  3094.  10-10-94  10:18p    303222           0  IBMPCL3.DR_
  3095.  10-10-94  10:18p      3788           0  IBMPCL3.EA_
  3096.  10-10-94  10:18p    138046           0  OMNI.DR_
  3097.  10-10-94  10:18p      6377           0  OMNI.EA_
  3098.   1-14-94   9:20a     56784           0  SF4019.EXE
  3099.  10-10-94  10:18p     38743           0  SMGXPJET.DR_
  3100.  10-10-94  10:18p      3711           0  SMGXPJET.EA_
  3101.         32 file(s)    1846925 bytes used 
  3102.                             0 bytes free 
  3103.  
  3104.  PRINTER DRIVER DISK_3
  3105.  10-12-94   1:00p     <DIR>           0  .
  3106.  10-12-94   1:00p     <DIR>           0  ..
  3107.   3-11-94   4:37p     11856           0  IBM238X.DRV
  3108.   1-14-94   9:20a     42928           0  IBM5183.DRV
  3109.   7-25-94   3:39p    179856           0  IBMPCL5.DRV
  3110.   3-11-94   4:37p     22918           0  IBMPCL5.HLP
  3111.   7-25-94   3:39p    221217           0  IBMPCL5A.DRV
  3112.   3-11-94   4:37p     12962           0  IBMPCL5O.HLP
  3113.   9-19-94   9:44p    172160           0  IJ4076.DRV
  3114.   3-11-94   4:37p     14231           0  IJ4076.HLP
  3115.   3-11-94   4:37p      9668           0  IJ4076O.HLP
  3116.   9-01-94   8:12p    200064           0  LEXF4047.DLL
  3117.   9-01-94   8:12p     25207           0  LEXF4047.HLP
  3118.   9-19-94   9:44p    212960           0  LEXF4076.DLL
  3119.   3-11-94   4:37p     19151           0  LEXF4076.HLP
  3120.   7-25-94   3:39p    211970           0  LEXFINST.DLL
  3121.   3-11-94   4:37p     20066           0  LEXFINST.HLP
  3122.   9-01-94   8:12p     15520           0  LEXMMGR.DLL
  3123.   9-01-94   8:12p     19644           0  LEXMMGR.HLP
  3124.   9-01-94   8:12p    202176           0  LM4047.DRV
  3125.   9-01-94   8:12p     26207           0  LM4047.HLP
  3126.   9-01-94   8:12p     15743           0  LM4047O.HLP
  3127.   9-01-94   8:12p     14230           0  LM4076.HLP
  3128.   7-25-94   3:39p     33693           0  LMPCL5A.HLP
  3129.   7-25-94   3:39p     16046           0  LMPCL5AO.HLP
  3130.   9-01-94   8:12p    114641           0  PTAPIW16.DLL
  3131.         26 file(s)    1835114 bytes used 
  3132.                             0 bytes free 
  3133.  
  3134.