Startup Switches for FoxPro for UNIX

Last reviewed: January 5, 1995
Article ID: Q121868
The information in this article applies to:
  • Microsoft FoxPro for UNIX, version 2.6

SUMMARY

There 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.

-e

Use -e to disable the mouse in FoxPro for UNIX.

-i

Use -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 Terminals

Using 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.

-o

Use -o to treat the output device as a serial terminal.

NOTE: This prevents FoxPro from writing directly to video memory, even on the console.

-t

Use -t to suppress the FoxPro sign-on screen.

REFERENCES

FoxPro for UNIX Installation and Configuration Guide, page 39.


Additional reference words: FoxUnix 2.60 startup switch foreign characters
KBCategory: kbprg
KBSubcategory:


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 5, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.