To invoke the compiler enter
- BCF [-options] filename
or
- double click on the BCF.TTP–icon on the desktop and
enter options and filename.
If the filename does not contain any point, the extension .F
will be appended. In any case the compiler will write its output
to the file filename.B.
Examples:
- BCF -D TEST.F compile the file TEST.F to
TEST.B using the debug–option
- BCF TEST SUB compile the file TEST.F to
TEST.B and SUB.F to SUB.B
- BCF TEST.X compile the file TEST.X to TEST.B
Subsections