M
Matt F
I have a relatively long command that I'm attempting to get process.start to
execute.
When executing the command, I get a "The system cannot find the file
specified" error. I've gone to the trouble of making sure the entire
command is fully qualified etc. but the error still occurs.
Here is the command (modified slightly of course)
C:\Dev\[solution name]\[project name]\bin\Debug\[exe name to run].exe
/silent /type 1 /constr "Data Source=[sql express instance];Initial
Catalog=[catalog name];Persist Security Info=True;User ID=sa;pwd=[password]"
/destination C:\Dev\[solution name]\[project name]\bin\Debug\Data\[filename]
/destpwd [password]
Note that everything within [] has been modified for post.
Also note: pasting the unaltered version of this to a dos command window
works exactly as I would expect it to.
execute.
When executing the command, I get a "The system cannot find the file
specified" error. I've gone to the trouble of making sure the entire
command is fully qualified etc. but the error still occurs.
Here is the command (modified slightly of course)
C:\Dev\[solution name]\[project name]\bin\Debug\[exe name to run].exe
/silent /type 1 /constr "Data Source=[sql express instance];Initial
Catalog=[catalog name];Persist Security Info=True;User ID=sa;pwd=[password]"
/destination C:\Dev\[solution name]\[project name]\bin\Debug\Data\[filename]
/destpwd [password]
Note that everything within [] has been modified for post.
Also note: pasting the unaltered version of this to a dos command window
works exactly as I would expect it to.