C/C++ Compiler (cl.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.
Output-File Options
                                             Up Contents Index Back
─────C/C++ Compiler─────────────────────────────────────────────────────────
 
     Syntax:  /Fxfilename
 
     Use the /F<x> options to
 
        ■ Assign a name other than the default name to an output
          file of the type specified by <x>
 
        ■ Create an output file in a different directory or drive
 
     If you specify only a path, end the path with a backslash to
     distinguish it from a filename.
 
     See also: Listing Files
               Code Files
               PWB Source Browser Files
               Output File Restrictions
                                    -♦-