fl.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Special File Names
                                             Up Contents Index Back
─────Special File Names─────────────────────────────────────────────────────
 
     You can use these DOS device names as file-name arguments for the
     listing options or OPEN statements. These special names send
     output to your terminal or printer.
 
     Name     Device
 
     AUX      An auxiliary device.
 
     CON      The console (terminal).
 
     PRN      The printer.
 
     NUL      Specifies a null (nonexistent) file. Giving NUL as a
              filename means that no file is created.
 
     NOTE:  When using device names, do not add a colon. The Microsoft
     FORTRAN Compiler does not recognize the colon. For example, use
     CON or PRN, not CON: or PRN:.
 
     See Also: Creating Listing Files (/F)
                                    -♦-