fpt and WinFPT Reference Manual - Command-line Commands

| SimCon Home | Ref Manual Home |

REVERSE OUTPUT FILE NAMES

Syntax:

[DO NOT] REVERSE OUTPUT FILE NAMES
[DO NOT] REVERSE OUTPUT FILE NAME EXTENSIONS
WRITE OUTPUT FILE NAME EXTENSIONS BEFORE BASE NAMES
WRITE OUTPUT FILE NAME EXTENSIONS AFTER BASE NAMES

Function:

Instructs fpt to write the file name extensions before the base names. Thus, for example, the output file GENCOM.FPI would be named FPI.GENCOM. File names are written in this way in the Encore (Gould-SEL) MPX operating system. fpt is not supported under MPX, but may be used to prepare code for execution on Encore MPX machines.

Where to Use this Command

Operating system command line Yes
Configuration file, config.fsp Yes
Specification (fsp) files, *.fsp Yes
Interactively, to FPT> prompt Yes
Interactive command files Yes
Embedded in the Fortran code No

Default

DO NOT REVERSE OUTPUT FILE NAME EXTENSIONS

Examples

The FSP file:

! HSD_TST.FSP 22-Oct-01 John Collins % primary output file name extension: ".F" % input directory ../source % upper case file names % reverse output file names HSD_TST.FOR

Generates the output files:

F.HSD_TST FPI.GENCOM

and the INCLUDE statements for GENCOM are written:

INCLUDE 'FPI.GENCOM'

Copyright ©1995 to 2025 Software Validation Ltd. All rights reserved.