home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / TEXT / ABADDON.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-09-22  |  261b  |  14 lines

  1. echo off
  2. cls
  3. echo This procedure will create a directory called AF
  4. echo on your C: drive and copy the files on this disk to it.
  5. echo Press Ctrl + C to abort.
  6. pause
  7. echo off
  8. cls
  9. md c:\AF
  10. copy *.* c:\AF
  11. C:
  12. cd\AF
  13. echo Type RUN to start the program.
  14.