home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / devtools / penos2 / makeinst.cmd < prev    next >
Encoding:
Text File  |  1994-01-13  |  462 b   |  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.