fpt and WinFPT Reference Manual - Command-line Commands
| SimCon Home | Ref Manual Home |
The fpt and WinFPT Configuration File: config.fsp
The configuration file, config.fsp is used to set up site or user-specific defaults. config.fsp resides in the main fpt installation directory. The commands which it contains are executed before any commands in the fpt or WinFPT project and my be overidden by commands in the project.
The file config.fsp contains:
Example
! ***************************************************************************** ! CONFIG.FSP - Configuration file ! Commands written to this file will be executed before input is read from ! the user's terminal. Ensure that the file protection allows read access. ! ***************************************************************************** ! Licensing Information ! --------------------- FPTMAIN:user.fsp ! ***************************************************************************** ! Site-specific commands ! ----------------------- ! Some suggested commands are shown but are commented out ! Allow '/' to introduce commands on the operating system command line % ACCEPT COMMAND CHARACTER '/' ! Code Format - choose one of these, or construct your own FPTMAIN:compact.fsp !!! FPTMAIN:spaced.fsp % COLUMN FORMAT ! File name characteristics %INPUT FILE NAME EXTENSION: '.for' %LOWER CASE FILE NAMES %INCLUDE INPUT FILE NAME EXTENSION: '.inc' %MAXIMUM BASE FILE NAME LENGTH = 8 %NO WARNINGS FOR NON-PRINTING CHARACTERS ! Interactive characteristics %NUMBER LINES %WINDOW 9 %DEFINE HELI: "J:\AFS\HELISIM1" ! End of CONFIG.FSP ! *****************************************************************************
Copyright ©1995 to 2024 Software Validation Ltd. All rights reserved.