Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Editing Autoexec.bat for Paradox 4.0 for Dos

Status
Not open for further replies.

livingstons

Technical User
Dec 1, 2003
2
GB
I have been running Paradox 4.0 for Dos on a few old Pentium 1 120Mhz machines which are coming to the end of their lives. I want to upgrade the machines but am hitting a wall of having too much RAM. I know this can be overcome by altering the Autoexec.bat file so the machine runs at a maximum of 16000 Meg but do not know how to alter the file to allow me to do this.
Can anyone instruct me to do this operation in simple terms.
Thankyou
 
livingstons,

If my memory (pardon the pun) serves me correctly, you need to add the following to your config.sys file:

Install the high memory manager, like HIMEM.sys
Include the EMM386.EXE
Include DOS=HIGH or DOS=HIGH,UMB if you wish to load DOS into high memory
Use SMARTDRV.EXE to establish disk caching ( found in your Autoexec.bat file)
Set BUFFERS=15 and FILES=30
Use DEVICEHIGH to load device drivers into upper reserved memory blocks

Therefore you should have in your CONFIG.SYS file the following lines:

Device=HIMEM.SYS
DOS=HIGH,UMB
DEVICE=EMM386.EXE
FILES=30
BUFFERS=15

Then run MemMaker.exe as this will get the best parameters for your machine. Don't forget to make backups of your existing CONGIG.SYS and AUTOEXEC.bat files before making any changes.

Better still, why not upgrade to the Windows version of Paradox, best thing I ever did.

Hope this helps,

Lewy
 
What you are referring to is actually a command line function of Paradox. Simply add the following command line argument:

-extk 16000

after the paradox executable.



Mac :)

"There are only 10 kinds of people in this world... those who understand binary and those who don't"

langley_mckelvy@cd4.co.harris.tx.us
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top