A command line utility to control Visual Studio.
vscmd path-to-file...
This syntax opens the specified file in Visual Studio.
vsmcd start path-to-program arguments...
This syntax sets the start program of the startup project, and start debug.
Paths are expanded to the full paths.
vsmcd arg arguments...
This syntax sets the command line arguments of the startup project.
Paths are expanded to the full paths.
vscmd attach arguments...
This syntax attaches the Visual Studio debugger to the specified processes.
vscmd attaches the debugger to all process where any arguments match to the process ID or the name.
vscmd displays a list of process ID and name if no arguments are given.