I can use System.Diagnost ics.Process.Sta rt to launch .txt, .bmp, .jpg, etc., but if I try to launch an .exe, from the same folder, I get the "The system cannot find the file specified." error.
For example:
This works: System.Diagnost ics.Process.Sta rt("C:\swr\test .txt")
This does NOT: System.Diagnost ics.Process.Sta rt("C:\swr\engi ne.exe")
Any help is greatly appreciated!
KK
For example:
This works: System.Diagnost ics.Process.Sta rt("C:\swr\test .txt")
This does NOT: System.Diagnost ics.Process.Sta rt("C:\swr\engi ne.exe")
Any help is greatly appreciated!
KK
Comment