home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BibleWare
/
BibWare.bin
/
bibstudy
/
mvers341.exe
/
INSTALLC.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-01-26
|
606b
|
26 lines
echo off
cls
echo This utility will install Memory Verse to your computer's
echo hard disk drive C:
echo.
echo This utility will first create a new subdirectory C:\MVERSE
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 Memory Verse to C:\MVERSE,
pause
md c:\mverse
cls
echo Installing Memory Verse...
echo.
copy mv*.* c:\mverse
cls
c:
cd c:\mverse
echo.
echo Installation complete!
echo.
echo To begin Memory Verse, enter MVERSE at the DOS prompt...
echo.