home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / be102.zip / INSTALLH.BAT < prev    next >
DOS Batch File  |  1989-07-28  |  364b  |  18 lines

  1. echo off
  2. cls
  3. echo  This batch file will make a directory 
  4. echo  called BRKEVN on Drive C: and copy the
  5. echo  files from "BreakEven" on Drive A: to
  6. echo  that directory.
  7. echo.
  8. echo  To abort this batch file Press <Ctrl-Break> - NOW.
  9. echo.
  10. echo off
  11. C:
  12. CD\
  13. MKDIR BRKEVN
  14. CD\BRKEVN
  15. COPY A:\BE.*
  16. echo.
  17. echo  Copying finished - To start program  Type BE
  18.