home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo This utility will install SHOW 'N SPELL to your computer's
- echo hard disk drive C:
- echo.
- echo This utility will first create a new subdirectory C:\SPELL
- echo.
- echo If your computer does not have a hard disk drive, or
- echo if you wish to abort this installation, press CTRL+BREAK
- echo or CTRL+C now!
- echo.
- echo Else to install SHOW 'N SPELL to C:\SPELL,
- pause
- md c:\spell
- cls
- echo Installing SHOW 'N SPELL...
- echo.
- copy spell*.* c:\spell
- cls
- c:
- cd c:\spell
- echo.
- echo Installation complete!
- echo.
- echo To begin SHOW 'N SPELL, enter SPELL at the DOS prompt...
- echo.