The title says it all: i want to start a cmd window with a command, but i want the window hidden
start cmd.exe /k "my command"
This does what I want, but the cmd window remains open, and upon closing i end the command too. I want to run the cmd.exe in the background. Is it possible?