How to Improve the Startup Speed of FoxProLast reviewed: April 18, 1995Article ID: Q105833 |
The information in this article applies to:
- Microsoft FoxPro for MS-DOS, versions 2.5 and 2.5a
SUMMARYIf you are using the Extended version of FoxPro for MS-DOS, you can decrease the amount of time it takes FoxPro to load by add the NOVCPI option to the EMM386.EXE line in the CONFIG.SYS file. For example:
DEVICE=C:\DOS\EMM386.EXE NOEMS NOVCPINOTE: The NOVCPI switch must be used in conjunction with the NOEMS switch.
MORE INFORMATIONFoxPro will take a long time to load if there is a lot of memory and EMM386.EXE is loaded. EMM386.EXE will load the VCPI services and FoxPro will scan all the memory looking for the expanded memory. If it finds none, it will then switch to extended memory. The NOVCPI switch will tell EMM386.EXE not to load the VCPI services, making FoxPro go directly to extended memory.
|
Additional reference words: FoxDos slow run long time runs starting start
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |