I think it should run the .cmd file too.
See the below link.It says the file name does not need to represent an executable file. It can be of any file type for which the extension has been associated with an application installed on the system.
The process class is used to start any process, regardless of type.
You could use it to run a .DOC file, provided a program is associated with that filename extention (MS Word perhaps)
Comment