FPT and WinFPT Reference Manual - Command-line Commands
| SimCon Home | Reference Manual Home |
Syntax:
OUTPUT [ { FILE NAME | FILENAME } ] DIRECTORY [:] <directory> |
Function:
Specifies the directory to which all Fortran output files are to be written. Primary and INCLUDE files may be directed to different directories by the commands PRIMARY OUTPUT DIRECTORY and INCLUDE OUTPUT DIRECTORY. Files may be directed to the same directories as the input files by the command KEEP OUTPUT DIRECTORIES.
Please note that:
The listing (.FPL) file
All temporary files used in processing
are written to the current directory. This command redirects only the Fortran output files.
The output directory must already exist. It will not be created by FPT.
Directory names are written in the file specifications in INCLUDE statements in response to the command WRITE OUTPUT DIRECTORIES IN INCLUDE STATEMENTS.
Where to use this command:
Operating system command line |
Yes |
|
Configuration file, config.fsp |
No |
|
Specification (FSP) files, *.fsp |
Yes |
|
Interactively, to FPT> prompt: |
Yes |
|
Interactive command files |
Yes |
|
Embedded in the Fortran code |
Yes |
|
Default:
The current directory.
See also:
WRITE OUTPUT DIRECTORIES IN INCLUDE STATEMENTS
Copyright ©1995 to 2014 Software Validation Ltd. All rights reserved.