home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
genapps
/
lotto302.arj
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-10-10
|
3KB
|
125 lines
ECHO OFF
CLS
if %1x==x goto syntax
if "%1"=="C:" goto place0
if "%1"=="c:" goto place0
if "%1"=="d:" goto place0
if "%1"=="D:" goto place0
if "%1"=="A:" goto place1
if "%1"=="a:" goto place1
if "%1"=="B:" goto place2
if "%1"=="b:" goto place2
goto syntax
echo
echo
:place0
%1
cd \
echo Making the Directory PROPHET on the %1 drive
echo
md \prophet
cd \prophet
echo
echo
echo
echo Now copying program to the %1 Drive
copy A:\*.*
WHEEL
echo
cls
goto :final
:place1
echo
echo
echo
echo
echo To run Lotto Prophet from Drive A...Make a copy of your original
echo disk and " type WHEEL " to extract the wheeling system then
echo " type PROPHET " to run the program
echo
echo
echo
echo
echo " After printing the manual by typing PRINTDOC you may "
echo " want to delete the manual from your working copy to avoid "
echo " running out of disk space. "
echo
pause
goto :final
:place2
echo Have two formatted diskettes ready. Place a blank formatted
echo disk in Drive B.
pause
cls
echo
echo
ECHO Now copying program files to Drive B
copy *.txt b:
copy *.fil b:
copy *.chn b:
copy readit.bat b:
copy *.doc b:
copy *.cfg b:
copy prophet.com b:
cls
echo
echo
echo
echo Please remove the disk from Drive B (Be sure to label it as Disk 1)
echo Replace it with your second blank formatted disk.
pause
cls
echo
echo
echo
echo Now copying prophet and wheels to Drive B
COPY PRINTDOC.BAT B:
COPY MANUAL30.COM B:
copy prophet.26 b:
copy prophet.37 b:
copy prophet.51 b:
b:
A:wheel
A:
echo Remove the disk from Drive B (Be sure to label it as Disk 2)
echo
echo
echo Place Disk#1 in Drive A and Disk #2 in Drive B. To run the Program
echo "type PROPHET"
echo:
echo ╔══ ══╗
echo ╬ If you have 2 different size floppy drives, place your disk labeled ╬
echo ╬ "Disk 1" in drive B and copy it to a blank formatted disk in Drive A ╬
echo ╚══ ══╝
echo
echo After you are in the Lotto Prophet Program, Go to the UTILITY Section
echo and set Drive B for Prophet files and Wheels.
ECHO:
goto :final
:syntax
echo
echo
echo
echo
echo Installation Error! You must specify the drive!
echo:
echo For example "INSTALL C: "
echo
echo
echo
echo
echo
pause
goto :end
:final
echo
echo
echo
echo To Print the Manual "type PRINTDOC"
echo To Start the Program "type PROPHET"
echo
echo
PAUSE
:end