home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 21 PDrivers / 21-PDrivers.zip / 4076COS2.zip / runme.cmd < prev    next >
OS/2 REXX Batch file  |  1994-08-25  |  3KB  |  61 lines

  1. echo off
  2. if X%1==X goto directions
  3. cls
  4. echo ╔═══════════════════════════════════════════════════════════════════════════╗
  5. echo ║ Be sure to start with a Blank, Formatted High Density diskette in %1 ...  ║
  6. echo ╚═══════════════════════════════════════════════════════════════════════════╝
  7. pause
  8. echo -----
  9. EAUTIL IBMPCL3.DRV IBMPCL3D.EA /J /O /P
  10. if errorlevel 1 goto PPDSerror
  11. echo PCL3 Driver Extended Attributes Attached
  12. EAUTIL IBMPCL3.HLP IBMPCL3H.EA /J /O /P
  13. if errorlevel 1 goto PPDSerror
  14. echo PCL3 Driver Help Extended Attributes Attached
  15. LABEL %1SETUP-404
  16. echo Volume Label Created
  17. echo -----
  18. echo Copying Files to diskette ... Please wait ...
  19. copy DEMOS.ZIP %1\
  20. copy PSS.ZIP %1\
  21. copy TEXT.ZIP %1\
  22. copy PTOS2.ZIP %1\
  23. copy SETUPOS2.EXE %1\
  24. copy SETUP.CMD %1\
  25. copy IBMPCL3.DRV %1\
  26. copy IBMPCL3.HLP %1\
  27. copy IBMPCL3D.EA %1\
  28. copy IBMPCL3H.EA  %1\
  29. copy PCL3JOIN.CMD %1\
  30. copy PCL3READ.ME %1\
  31. echo -----
  32. echo Building of the "OS/2 Installation/Driver Disk " diskette is complete!
  33. goto exit
  34. :PPDSerror
  35. echo EAUTIL Failed!
  36. goto exit
  37. :directions
  38. echo ╔═════ ExecJet IIc 4076 OS/2 Installation Utilites and Driver Diskette ═════╗
  39. echo ║                                                                           ║
  40. echo ║   -  You must run this program from within an OS/2 1.3 or 2.X session.    ║
  41. echo ║                                                                           ║
  42. echo ║   -  Due to the PKZIP / PKUNZIP process, OS/2's Extended Attributes were  ║
  43. echo ║      lost on the new driver files. You either need to run this .CMD       ║
  44. echo ║      file to build a diskette, OR run the individual *JOIN.CMD            ║
  45. echo ║      file in this directory to "fix" the drivers BEFORE installing        ║
  46. echo ║      the drivers for use by OS/2.                                         ║
  47. echo ║                                                                           ║
  48. echo ║ To Build A Installation/Driver Disk :                                     ║
  49. echo ║                                                                           ║
  50. echo ║   1) Start with a blank, formatted 3 1/2 High Density (1.44M) Diskette    ║
  51. echo ║                                                                           ║
  52. echo ║   2) To build the diskette, designate the destination diskette drive      ║
  53. echo ║      letter as follows:                                                   ║
  54. echo ║                                                                           ║
  55. echo ║     runme a:                                                              ║
  56. echo ║                                                                           ║
  57. echo ║   will build the "Installation/Driver Disk " diskette onto the diskette   ║
  58. echo ║   contained in drive A.                                                   ║
  59. echo ╚═══════════════════════════════════════════════════════════════════════════╝
  60. :exit
  61.