home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / zipboot.txt < prev   
Text File  |  1995-08-05  |  1KB  |  38 lines

  1. Adding Iomega ZIP drive support to OS/2 bootable diskettes. This process works
  2. for the PP version of the ZIP drive. I downloaded the ZIP OS/2 drivers from 
  3. the Iomega CIS forum. The Iomega forum has disappeared from CIS. 
  4. Iomega is charging $19.95 for the OS/2 drivers but were free when downloaded 
  5. from CIS. Now for the hard part. I am using WARP and WARP Fullpack 
  6. and have ZIP support working for both types of bootable diskettes.
  7.  
  8. 1. Install the Iomega OS/2 drivers and get the ZIP drive working.
  9.  
  10. 2. Create the bootable diskettes using the OS/2 create utility diskette
  11. function.
  12.  
  13. 3. On the second disk create a directory called OAD. Copy the following files
  14. into it:
  15.  
  16. CONFIG.DEV
  17. ZIP-100.DEV
  18. OS2.SYS
  19. IOM$ERR.DAT
  20. IOM$MSG.DAT
  21. PPA.OPT
  22. PPA3.OPT
  23. CONFIG.OAD
  24. NULLDEV.DEV
  25. NULLADP.ADP
  26. NULLADP.OPT
  27. NULLDEV.OPT
  28. PPA.ADP
  29. PPA3.ADP
  30.  
  31.  
  32. 4. Add the following line to the CONFIG.SYS file on the second disk:
  33.  
  34. device=a:\oad\os2.sys
  35.  
  36. That's it. Boot OS/2 from the diskettes and you should have access to the
  37. ZIP drive.
  38.