home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
genelogy
/
bk5
/
install.dat
< prev
next >
Wrap
Text File
|
1993-01-05
|
4KB
|
165 lines
/*
* The INSTALL.EXE program may be included on the Brother's Keeper
* diskettes distributed by Shareware distribution conpanies,
* however the INSTALL program may NOT be placed on any BBS.
* All Brother's Keeper programs may be distributed as shareware.
*
*/
@DefineProject
@Name = "Brother's Keeper"
@Subdir = "\\BK5\\"
@Version = "5.1"
@Outdrive = C
@Requires @HardDisk
@EndProject
@Display
@Cls
This program will install @Name Version @VERSION on the hard
disk of your computer. If you do not have a hard disk, read the file
called BKFLOPPY.TXT on the last disk. The INSTALL.EXE program may not
be placed on a BBS, however all Brother's Keeper programs may be
distributed as shareware on a BBS or by other means.
If you do not have the printed manual, you may print a manual by
typing BK5DOC which will create BROTHER.DOC which may be printed with:
COPY BROTHER.DOC PRN
To print out the changes between version 4.5 and version 5 type:
COPY CHANGES.DOC PRN
To print a list of corrections or additions to the printed documentation
and to see the new features in version 5.1 type:
COPY README.DOC PRN
@Pause
@EndDisplay
@GetOutDrive
@Suppress A
@Suppress B
@Cls
On which disk drive do you wish to install @Name?
@EndOutDrive
@getsubdir
@cls
Note: The version 5 programs have different names than the version 4.5
programs. I recommend that you install 5.1 into the \BK5 directory.
If you already have version 5.0 or 5.1, it is OK to install this copy
over your existing copy. This install program will update existing
programs and it will not change any existing data files.
In which subdirectory do you wish to install @Name?
@endsubdir
@DefineDisk
@Label = "Brother's Keeper Disk #1"
@File BTRIEVE.EXE
@file BK5.BAT
@file BK5MAIN.EXE
@file BKCUST5.EXE
@file REGISTER.DOC
@file SIDEWAYS.DTA
@file README.DOC
@file SORTIT.BAT
@file BIRTHDAY.BAT
@EndDisk
@definedisk
@label = "Brother's Keeper Disk #2"
@file SORTF.COM
@File TREE5.EXE
@File GROUP5.EXE
@File BKANC5.EXE
@File BKGED5.EXE
@file BKTIME5.EXE
@ENDDISK
@DEFINEDISK
@LABEL = "Brother's Keeper Disk #3"
@file BKREP5.EXE
@file BKMERGE5.EXE
@file BKUTIL5.EXE
@file BKBOX5.EXE
@ENDDISK
@DEFINEDISK
@LABEL = "Brother's Keeper Disk #4"
@file BKAA5.EXE
@file BKSPLIT5.EXE
@file BKBOX45.EXE
@file BKCHART5.EXE
@File SORTF.DOC
@ENDDISK
@DEFINEDISK
@LABEL = "Brother's Keeper Disk #5"
@file LANGUAGE.BKB
@file LANGUAGE.BKM
@file LANGUAGE.BKE
@file LANGUAGE.BK5
@file LANGUAGE.BKR
@file LANGUAGE.BKT
@file LANGUAGE.BKG
@file LANGUAGE.BKA
@file LANGUAGE.BKU
@file DESCEND5.EXE
@file CONVERT5.BAT
@file CONVBK5.EXE
@file CONVERT5.DOC
@file CHANGES.DOC
@file BKEVENTS.BKP
@file BK5DOC.EXE
@file HELV12.GFN
@file HELV8.GFN
@ENDDISK
@SetConfig
@askoverwrite
@files = 28
@buffers = 5
@endconfig
@finish
Installation is complete. Each time you wish to start the program,
just change to the directory which contains the programs by typing:
CD @SubDir
then type BK5 to start the program.
Note: If your CONFIG.SYS files has been changed by this install program
then you will need to restart your computer in order for the new
configuration to work. If no changes were made to CONFIG.SYS then
you are ready to start.
Note: If you have data in BK version 4.0 - 4.5 then you need to run the
CONVERT5 program next. If you have data in version 5.0 or 5.1 then
you do not need to run CONVERT5.
Note: To print the manual, type BK5DOC <enter> then type COPY BROTHER.DOC PRN
Please read README.DOC to see changes since the manual was written.
To print it, type COPY README.DOC PRN
@pause
@chdrive @outdrive
@chdir "@subdir"
@endfinish
/* end-of-file */