How to open a batch file (didn't now work)

  • Thread starter Thread starter Mike John
  • Start date Start date
M

Mike John

I trying to open a batch file.
I tried the following syntax:
System.Diagnostics.Process.start("c:\mybatchfile.bat")


but ,nothing happen

any reason why

Sincerely yours


Mike John
 
Hi Mike,

I would check the event logs to see if there were any error thrown (like
permissions issues) that you didn't see.
 

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