I have a program named C:\\AAA\\AAA.exe
, and the program is running well. Now if I try to open the .exe
file, like this:
Process.Start(@"C:\\AAA\\AAA.exe")
it doesn't work. The problem is, the dependency file from AAA.exe
(dependency is an .Lwg
file, say, abc.lwg
) could not opened.
Can someone tell me how I can do this?