home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1996 December / PC_Shareware-1996-12.iso / windows / spell / install.bat < prev    next >
Encoding:
DOS Batch File  |  1996-01-20  |  289 b   |  13 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo The files are going to be copied to a directory on hard disc C: 
  5. echo in a directory called C:\spell
  6. pause
  7. md c:\spell
  8. copy *.* c:\spell
  9. c:
  10. cd\spell
  11. echo To see the information click on README.TXT
  12. echo To run the program click on SSW.EXE 
  13. del install.*