Startup Switches for FoxPro for UNIXLast reviewed: January 5, 1995Article ID: Q121868 |
The information in this article applies to:
SUMMARYThere are five startup switches for FoxPro for UNIX: -c, -e, -I, -o, and -t. This article explains how to use each switch.
MORE INFORMATION
-c/<pathname>/<file>Use -c to specify the location of the CONFIG.FPU configuration file. Insert the path in the <pathname> position to specify the directory where the CONFIG.FPU is located, and insert the name of the CONFIG.FPU file in the <file> position. If the <file> item is not included, add a forward slash (/) after the <pathname> item to force FoxPro to look for the existing CONFIG.FPU file.
-eUse -e to disable the mouse in FoxPro for UNIX.
-iUse -i to treat the input device as a serial terminal. By using this switch on the console, you can test the Keystroke Equivalents. For more information about this technique, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q120950 TITLE : FoxPro for UNIX Keystroke Equivalents for TerminalsUsing the -i switch can also be useful when using a keyboard designed for a language other than English. For example, when using a French keyboard, the French configuration disappears inside FoxPro for UNIX unless you use the -i switch.
-oUse -o to treat the output device as a serial terminal. NOTE: This prevents FoxPro from writing directly to video memory, even on the console.
-tUse -t to suppress the FoxPro sign-on screen.
REFERENCESFoxPro for UNIX Installation and Configuration Guide, page 39.
|
Additional reference words: FoxUnix 2.60 startup switch foreign characters
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |