home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osvibbsd.txt < prev    next >
Text File  |  1997-06-12  |  2KB  |  54 lines

  1. OSVIBBSD - INSTALLING BBS VIDEO DRIVERS ON OS/2 WARP 4
  2. 12/03/96
  3.  
  4. =======================================================================
  5.         Installing BBS Video Drivers on OS/2 Warp 4
  6. =======================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedures
  9. --------------------------------------------------------------
  10.  
  11. DESCRIPTION
  12.  
  13. Video drivers downloaded from Bulletin Boards (BBS) fail to install on 
  14. OS/2 Warp 4, with message that "This FixPak is only intended for V3.01, 
  15. 3.0, 2.11 and 2.1".
  16.  
  17. RESOLUTION
  18.  
  19. IBM BBS video drivers, distributed for OS/2 version 2.11 and OS/2 Warp 
  20. 3.0, can be installed on OS/2 Warp 4; however the SETUP.CMD file must 
  21. be modified to include OS/2 Warp 4 as a valid version.
  22.  
  23. 1. Edit the SETUP.CMD file on the driver disk, by typing E A:\SETUP.CMD.
  24.    Modify line 14 from:
  25.  
  26.    %src%\testver >> %log%
  27.    IF ERRORLEVEL 302 GOTO VER_NOT_OK
  28.    IF ERRORLEVEL 300 set dsc=%src%\v3.dsc&& GOTO VER_OK
  29.  
  30.    to:
  31.  
  32.    %src%\testver >> %log%
  33.    IF ERRORLEVEL 400 set dsc=%src%\v3.dsc&& GOTO VER_OK
  34.    IF ERRORLEVEL 302 GOTO VER_NOT_OK
  35.    IF ERRORLEVEL 300 set dsc=%src%\v3.dsc&& GOTO VER_OK
  36.  
  37. 2. Save and exit the file.  
  38.  
  39. 3. Install the drivers according to the README file. If the driver 
  40.    installation requests that you replace the DSPRES.DLL, select no.
  41.    Use the DSPRES.DLL from OS/2 Warp 4 to avoid font problems.
  42.  
  43. warp4
  44. ______________________________________________________________________
  45. IBM disclaims all warranties, whether express or implied, including 
  46. without limitation, warranties of fitness and merchantability with 
  47. respect to the information in this document. By furnishing this 
  48. document, IBM grants no licenses to any related patents or copyrights.  
  49. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  50. or brand names referenced in this document are the property of their 
  51. respective owners. Consult your product manuals for complete trademark 
  52. information. 
  53.  
  54.