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
 
PNP,

Surely nowbody can tell that when you do not show the processstart code.

Cor
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top