home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / m / mmaniac.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-12-25  |  2KB  |  39 lines

  1. echo off
  2. cls
  3. echo .
  4. echo .
  5. echo ******************************************************************************
  6. echo *                                                                            *
  7. echo *      This .BAT file will install Math Maniac to your C: hard disk.         *
  8. echo *      If you wish to install to another hard disk letter, simply            *
  9. echo *      make a directory called \MANIAC and copy all of the files on           *
  10. echo *      this diskette to it.                                                  *
  11. echo *
  12. echo *      To continue with the installation to drive C:, press ANY key.         *
  13. echo *      To ABORT, please press CTRL-BREAK now...                              *
  14. echo *                                                                            *
  15. echo ******************************************************************************
  16. echo .
  17. echo .
  18. pause>nul
  19. md c:\MANIAC
  20. cd c:\MANIAC
  21. copy *.* c:\MANIAC
  22. c:
  23. cls
  24. echo .
  25. echo .
  26. echo ******************************************************************************
  27. echo *                                                                            *
  28. echo *      All the necessary files have been successfully copied to your C:      *
  29. echo *      drive.  Pressing ANY key now will execute the program.  To abort      *
  30. echo *      execution of the program now, please press CTRL-BREAK...              *
  31. echo *                                                                            *
  32. echo ******************************************************************************
  33. echo .
  34. echo .
  35. pause>nul
  36. mm
  37.  
  38.  
  39.