home *** CD-ROM | disk | FTP | other *** search
/ Mustang 4 / Mustang_No4_Sharewares.iso / setup.bat < prev   
DOS Batch File  |  1994-12-07  |  797b  |  22 lines

  1. @echo off
  2. rem Installation routine for the MUSTANG 4.0 Windows catalog program
  3. rem
  4. cls
  5. echo.
  6. echo ┌────────────────────────────────────────────────────────────────┐
  7. echo │ INSTALLATION PROGRAM FOR THE MUSTANG 4.0 MENU SYSTEM (WINDOWS) │
  8. echo └────────────────────────────────────────────────────────────────┘
  9. echo.
  10. echo Windows will be started, and the setup routine executed.
  11. echo The setup program will only create a group in the program manager
  12. echo and will not copy any files to your hard drive! The windows menu  
  13. echo runs entirely from CD-ROM!
  14. echo.
  15. echo If you have not specified the windows directory in your path
  16. echo please start windows manually and execute the program SETUP.EXE
  17. echo in the \WINKAT directory on your CD-ROM.
  18. echo.
  19. pause
  20. CD \WINKAT
  21. WIN SETUP.EXE
  22.