home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BibleWare
/
BibWare.bin
/
bibstudy
/
gospel22.exe
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-01-13
|
615b
|
30 lines
echo off
cls
echo This INSTALL utility will create a subdirectory on your hard disk
echo and name it: C:\GOSPEL
echo.
pause
mkdir c:\gospel
cls
echo Next, all the files on this disk will be copied to the newly
echo created subdirectory C:\GOSPEL
echo.
pause
echo.
echo Now copying . . .
copy *.* c:\gospel
cls
echo To begin GOSPEL PARALLELS in the future, follow these steps...
echo.
echo Set your working directory to C:\GOSPEL
echo.
echo How? CHDIR C:\GOSPEL
echo.
echo Then type and enter GOSPEL
echo.
echo To begin GOSPEL PARALLELS now,
pause
c:
chdir c:\gospel
gospel
prompt $p$g