home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l018 / 1.img / SETUPABC.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-01-09  |  211 b   |  12 lines

  1. echo off
  2. md %1
  3. echo Copying files to %1
  4. copy a:abc.exe %1
  5. copy a:win87em.exe %1
  6. copy a:tutorbeg.abc %1
  7. copy a:tutorint.abc %1
  8. copy a:tutoradv.abc %1
  9. copy a:shapes.abc %1
  10. copy a:readme.txt %1
  11. echo on
  12.