home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware 1 2 the Maxx
/
sw_1.zip
/
sw_1
/
GENEFILE
/
BK50D1.ZIP
/
BK5.BAT
next >
Wrap
DOS Batch File
|
1991-09-22
|
713b
|
15 lines
BTRIEVE /P:1024 /M:57 /B:6 /U:1 /E
Echo off
BK5MAIN %1
REM This program requires DOS version 3.2 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:58 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