home *** CD-ROM | disk | FTP | other *** search
/ Play and Learn 2 / 19941.ZIP / 19941 / EDUCHERS / QUIZGEN / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-02-04  |  232 b   |  11 lines

  1. cls
  2. echo off
  3. echo Quiz Master Construction Set will now be installed in the directory
  4. echo 'QM' on your 'C' hard drive
  5. c:\
  6. cd\
  7. md \qm
  8. cd \qm
  9. copy a:*.* c:
  10. echo Quiz Master Construction Set has been successfully installed
  11.