Process Start problem.

  • Thread starter Thread starter pnp
  • Start date Start date
P

pnp

Hi all,
when I try to run the shell command on winXP Process.Start("net share
....") I get the error that the specified file was not found! Any ideas?

Thanks in advance,
-pnp
 
Process.Start("net share FF$=\"C:\\Program Files\\e\\f\"
/REMARK:\"descr\"");


I even tried "progra~1" in the path to the desired folder but no luck
 
Back
Top