home *** CD-ROM | disk | FTP | other *** search
/ Explore the World of Soft…ids, Adults, Educational / RocelcoInc-ExploreTheWorldOfSoftware-KidsAdultsEducational-Vol2-Shareware.iso / educate / disk089 / install.bat < prev    next >
Encoding:
DOS Batch File  |  1990-12-01  |  658 b   |  25 lines

  1. echo off
  2. echo This install program will make a subdirectory named FSPELL
  3. echo on drive C:, and copy files from the A: diskette to the new directory.
  4. pause
  5. c:
  6. cd \
  7. echo making subdirectory FSPELL on drive c:
  8. md fspell
  9. cd fspell
  10. echo copying READ.ME    to c:\fspell
  11. copy a:read.me c:
  12. echo copying FSPELL.EXE to c:\fspell
  13. copy a:fspell.exe c:
  14. echo copying FSPELL.PIC to c:\fspell
  15. copy a:fspell.pic c:
  16. echo copying FSPELL.VOC to c:\fspell
  17. copy a:fspell.voc c:
  18. echo copying INSTALL.BAT to c:\fspell
  19. copy a:install.bat c:
  20. echo copying INVOICE.DOC to c:\fspell
  21. copy a:invoice.doc c:
  22. cd \
  23. echo copying FSPELL.BAT to c:\
  24. copy a:fspell.bat c:
  25.