home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wpentk.zip / WBPENTK2.DSK / MAKEINST.CMD < prev    next >
OS/2 REXX Batch file  |  1994-10-06  |  462b  |  22 lines

  1. ECHO OFF
  2. REM    This command file prepares an
  3. REM    installation diskette with all
  4. REM    the files required to install
  5. REM    an instance of the OEM class.
  6. ECHO ON
  7.  
  8. Pause  Insert a formatted diskette into A:
  9.  
  10. ECHO OFF
  11. COPY OEM.DLL      A:
  12. COPY OEM.CCH      A:
  13. COPY OEM.LST      A:
  14. COPY OEM.MCF      A:
  15. COPY PENDD.SYS    A:
  16. COPY CAL.EXE      A:
  17. COPY IBMLANLK.EXE A:
  18. COPY IBMLANLK.SYS A:
  19. ECHO ON
  20.  
  21. REM  The OEM Pen install diskette is ready.
  22.