home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo This install program will make a subdirectory named FSPELL
- echo on drive C:, and copy files from the A: diskette to the new directory.
- pause
- c:
- cd \
- echo making subdirectory FSPELL on drive c:
- md fspell
- cd fspell
- echo copying READ.ME to c:\fspell
- copy a:read.me c:
- echo copying FSPELL.EXE to c:\fspell
- copy a:fspell.exe c:
- echo copying FSPELL.PIC to c:\fspell
- copy a:fspell.pic c:
- echo copying FSPELL.VOC to c:\fspell
- copy a:fspell.voc c:
- echo copying INSTALL.BAT to c:\fspell
- copy a:install.bat c:
- echo copying INVOICE.DOC to c:\fspell
- copy a:invoice.doc c:
- cd \
- echo copying FSPELL.BAT to c:\
- copy a:fspell.bat c: