When running my VB application, I try to access a network server and start or stop a service. Everytime I try this, I get the following error.
"The system can not find the file specified". here's what my code looks like:

Process.Start("//server name/program files/app folder/file.bat")

I would appreciate any suggestions.