Share via


Output File Redirection (Windows CE 5.0)

Send Feedback

You can append the MS-DOS device names AUX, CON, PRN, and NUL to any alternate output-file options except for the /FAstring option. You can also direct the resulting files to your terminal or printer.

Note   There is no space between the option and the device name.

For instance, the following command line generates assembly code for the Test.c file, and directs the output to the console:

CL /FaCON TEST.C

The following table shows the MS-DOS device names you can append to an option.

Device name Result
AUX Sends the listing file to an auxiliary device
CON Sends the listing file to the console
PRN Sends the listing file to a printer
NUL No file is created

See Also

Compiler Options | File Alternatives

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.