Start (command)
In computing, The command is also one of the basic commands implemented in the Keyboard Monitor (KMON) of the DEC RT-11 operating system.[5]
The TOPS-10[6] and TOPS-20[7] operating systems also provide a Other environments![]() START command of RT-11SJ displayed on a VT100.
SyntaxWindows, ReactOSstart ["title"] [/D path] [/I][/B][/MIN][/MAX][/WAIT] [command/program] [parameters] "title" Title of the window. Path Specifies the startup directory. I Use the original environment given to cmd.exe, instead of the current environment. B Starts the command or program without creating any window. MIN Starts with a minimized window. MAX Starts with a maximized window. WAIT Starts the command or program and waits for its termination. command Specifies the parameters to be given to the command or program. ExamplesWindows, ReactOSC:\>start notepad file.txt
C:\>start "C:\My Music\My Song.mp3"
C:\>start www.wikipedia.org
See alsoReferences
Further reading
External linksWikibooks has a book on the topic of: Guide to Windows Commands |