6.1.2 IDE command line options

When starting the IDE, command line options can be passed:

fp [-option] [-option] ...  ...

Option is one of the following switches (the option letters are case insensitive):

-N
(dos only) Do not use long le names. Windows 95 and later versions of Windows provide an interface to DOS applications to access long le names. The IDE uses this interface by default to access les. Under certain circumstances, this can lead to problems. This switch tells the IDE not to use the long lenames.
-Clename
Read IDE options from lename. There should be no whitespace between the le name and the -C.
-F
Use alternative graphic characters. This can be used to run the IDE on linux in an X-term or through a telnet session.
-R
After starting the IDE, change automatically to the directory which was active when the IDE exited the last time.
-S
Disable the mouse. When this option is used, the use of a mouse is disabled, even if a mouse is present.
-Tttyname
(linux/Unix only) Send program output to tty ttyname. This avoids having to continually switch between program output and the IDE.

The les given at the command line are loaded into edit windows automatically.

Remark: Under DOS/Win32, the rst character of a command line option can be a / character instead of a - character. So /S is equivalent to -S.