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.
Batch-Mode Operations
                                             Up Contents Index Back
─────C/C++ Compiler─────────────────────────────────────────────────────────
 
     Syntax:  /batch
 
     The /batch option assumes that CL is being executed from a batch
     file. Usually, if CL cannot find one of the compiler pass files
     (for instance, C1.EXE or C2.EXE) or one of the utilities (such as
     LINK.EXE or CVPACK.EXE), it displays a prompt requesting the
     appropriate full-path filename. If you specify the /batch option,
     CL simply terminates compilation with an error.
                                    -♦-