| Topic: |
CONFIG and
AUTOEXEC Files for OM4 |
| Document: |
#989 |
| Product: |
Office Manager 4
(DOS) |
| Date: |
10/22/99 |
| Author: |
Seth Krieger |
Here are sample startup files for Windows 95/98/NT. This config.sys will result in a maximum amount of conventional memory.
The autoexec settings that are important for function of OM are highlighted. In a Windows NT environment, these lines would
be placed in the CONFIG.NT and AUTOEXEC.NT files, generally located in WINNT\System32. Alternatively, the autoexec
environment settings can be inserted directly through NT's Control Panel > System > Environment.
Sample Config.Sys
DEVICE=C:\WINDOWS\HIMEM.SYS
DEVICE=C:\WINDOWS\EMM386.EXE NOEMS
DOS=HIGH
DOS=UMB
BUFFERSHIGH=30
FILESHIGH=255
In NT, this would be more like:
DEVICE=%systemroot%\system32\himem.sys
dos=high,umb
files=130
- - - - - - - -
Sample Autoexec.Bat
@echo off
MD C:\TEMP > NUL
SET OMWS=1 (<---- the number should be unique to each computer)
SET CLAVM0=C:\TEMP,128
SET CLATMP=C:\TEMP
SET OM=C:\OM
SET OVL_SWAP=C:\TEMP\$$SOSTMP
SET TEMP=C:\TEMP
PATH C:\WINDOWS;C:\WINDOWS\COMMAND;C:\OM (<---- just C:\OM on NT)