home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo.
- echo The files are going to be copied to a directory on hard disc C:
- echo in a directory called C:\spell
- pause
- md c:\spell
- copy *.* c:\spell
- c:
- cd\spell
- echo To see the information click on README.TXT
- echo To run the program click on SSW.EXE
- del install.*