home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
religion
/
css
/
install.bat
next >
Wrap
DOS Batch File
|
1990-06-14
|
2KB
|
47 lines
echo off
cls
if "%1" == "" goto err1
if "%2" == "" goto err1
if "%1" == "%2" goto err1
%2
cd \
md \css
cd css
md screens.txt
%1
cd \css
program %2\css
cd \css\screens.txt
screens %2\css\screens.txt
cd \
prompt=$p$g
%2
prompt=$p$g
cls
echo You are now in the %2\CSS subdirectory.
echo Enter this command to start the program: CHURCH
goto end
:err1
cls
echo You entered the wrong command to install CSS ver 3.0
echo ╔══════════════════════════════════════════════════════════╗
echo ║ To Install, log on to the drive containing ║
echo ║ the Program diskette and type: INSTALL from: to: ║
echo ║ ║
echo ║ "from:" is the floppy drive letter of the ║
echo ║ Church Shareware Software Disk ║
echo ║ "to:" is the drive letter where CSS will be ║
echo ║ installed. ║
echo ║ ║
echo ║ CSS must be installed on a hard drive. ║
echo ║ Copyright 1988, 1989, 1990 By Cedric Fairweather ║
echo ║ ║
echo ║ For example, INSTALL A: C: ║
echo ╚══════════════════════════════════════════════════════════╝
echo
goto end
:end
echo on