fpt and WinFPT Reference Manual - Command-line Commands
| SimCon Home | Ref Manual Home |
NON-INTERACTIVE
Syntax:
I
INTERACTIVE
NON-INTERACTIVE
NONINTERACTIVE
Function:
The commands NONINTERACTIVE and NON-INTERACTIVE are equivalent. They instruct fpt to process the input files in batch mode. fpt carries out the commands written on the operating system command line and in specification (fsp) files, and then returns control to the operating system. It does not enter interactive mode, with the FPT> prompt.
These commands are written on the operating system command line, in specification (fsp) files or in the configuration file. They should not be written interactively or in interactive command files.
The NONINTERACTIVE or NON-INTERACTIVE commands are reversed by the commands I or INTERACTIVE. The behaviour of fpt is determined by the last I, INTERACTIVE, NONINTERACTIVE or NON-INTERACTIVE command encountered.
Where to Use this Command
Operating system command line | Yes |
Configuration file, config.fsp | Yes |
Specification (fsp) files, *.fsp | Yes |
Interactively, to FPT> prompt | No |
Interactive command files | No |
Embedded in the Fortran code | No |
Default
INTERACTIVE
Note that defaults may be changed in the configuration file and this command is usually set up there.
Examples:
On the operating system command line:
$ fpt heli.for ctrlaws.for %noninteractive
In an FSP file:
! pwr4A.fsp 13-Dec-91 R.C.Chien fnkin.fsp mpump.fsp spump.fsp sensors.f %non-interactive
See Also
Copyright ©1995 to 2025 Software Validation Ltd. All rights reserved.