home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / p2demo21.exe / INSTALL.CMD < prev    next >
OS/2 REXX Batch file  |  1994-09-22  |  255b  |  17 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo.
  5. echo.
  6. p2setup
  7. if errorlevel 1 goto end
  8. if not exist temp md temp
  9. cd pel
  10. call make_ae
  11. echo.
  12. echo.
  13. echo.
  14. echo Installation is complete.
  15. echo Read the README.1ST file for information on updating your CONFIG.SYS
  16. :end
  17.