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.
 
Back
Top