home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 February
/
PCWK0296.iso
/
sharewar
/
dos
/
edukacja
/
showspel
/
installc.bat
< prev
next >
Wrap
DOS Batch File
|
1995-05-29
|
607b
|
26 lines
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.