home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The California Collection
/
TheCaliforniaCollection.cdr
/
his998
/
bk5a.exe
/
BK5.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-10-07
|
713b
|
15 lines
BTRIEVE /P:1024 /M:57 /B:6 /U:1 /E
Echo off
BK5MAIN %1
REM This program requires DOS version 3.1 or higher.
REM If you have a 640K RAM computer, with about 540,000 bytes available,
REM then this batch file should start BK correctly.
REM If you have a 512K RAM computer, change the top line to read:
REM BTRIEVE /P:1024 /M:18 /B:2 /U:1 /E
REM If you have available Expanded Memory and want to use it, remove the /E
REM If you have 640K, but BK5 will not load, change the /M:57 to /M:40
REM /M is for buffers, so smaller numbers cause BK to run slower.
REM The normal first line is: BTRIEVE /P:1024 /M:57 /B:6 /U:1 /E
REM To remove BTRIEVE from memory, pick Stop from any BK menu.
echo on