home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / finance / qubecalc.zip / HARDDISK.BAT < prev    next >
DOS Batch File  |  1990-01-17  |  569b  |  17 lines

  1. echo off
  2. echo ********************QubeCalc Install Program***********************
  3. echo  This program assumes several things:
  4. echo    1. The QubeCalc floppy disk is in drive A:
  5. echo    2. Your HardDisk is drive C:
  6. echo    3. You do not have a directory on your HardDisk named QubeCalc.
  7. echo  If any of these assumptions are wrong then hit Ctrl-Break to exit.
  8. echo  Hitting any other key will begin the installation procedure.
  9. echo *******************************************************************
  10. pause
  11. C:
  12. CD \
  13. MKDIR QUBECALC
  14. CD QUBECALC
  15. COPY A:*.*
  16. A:
  17.