Set the display title embedded in an original Xbox executable.
Syntax
Parameters
name
Title passed to the XBE conversion tool.
Description
The
-title compiler option sets the display title stored in an XBE produced for the
xbox target. If the option is omitted, the compiler uses the XBE output filename without its directory or extension.
The title changes XBE metadata, not the output filename. Use
-x to select the executable filename. Supplying
-title for any target other than
xbox is an invalid compiler option.
Platform Differences
- Supported on the original Xbox target only.
See also