Parameter Description
<"title"> Specifies the title to display in the Command Prompt window title bar.
/d
/i Passes the Cmd.exe startup environment to the new Command Prompt window. If /i isn't specified, the current environment is used.
{/min \| /max} Specifies to minimize (/min) or maximize (/max) the new Command Prompt window.
{/separate \| /shared} Starts 16-bit programs in a separate memory space (/separate) or shared memory space (/shared). These options aren't supported on 64-bit platforms.
{/low \| /normal \| /high \| /realtime \| /abovenormal \| /belownormal} Starts an application in the specified priority class.
/node
/affinity
/wait Starts an application and waits for it to end.
/b Starts an application without opening a new Command Prompt window. CTRL+C handling is ignored unless the application enables CTRL+C processing. Use CTRL+BREAK to interrupt the application.
/machine
[
/? Displays help at the command prompt.