start
Windows CMD · Processes · available in the simulator
What it does
Starts a program or opens a new window.
Syntax
start ["título"] [/d ruta] [opciones] [comando] [parámetros]
Options and parameters
/minopens minimized
/maxopens maximized
/waitwaits for termination
/bwithout a new window
/DStartup directory for the program.
/IPasses the original CMD environment to the new window.
/MINStarts the window minimized.
start /min notepad/MAXStarts the window maximized.
/WAITWaits for the program to terminate before continuing.
start /wait setup.exe/BRuns the application without creating a new window.
/LOWLow priority (IDLE).
/NORMALNormal priority.
/HIGHHigh priority.
/REALTIMERealtime priority.
/ABOVENORMALAbove normal priority.
/BELOWNORMALBelow normal priority.
/AFFINITYProcessor affinity hexadecimal mask.
Usage examples
start notepadstart https://lovable.devstart /min notepadstart /wait setup.exestart /wait programa.exe