Hello. I am trying to open a .EXE file with the
command. It works for most programs and apps but for others programs I get a warning message box
"WIN_IMPROPER_Q UIT_BODY" with Yes,No,Cancel option. When I click Yes or No I get an error "Error during initialization: some blah blah file not found".
When I refer to the shortcut of the program Im trying to run it actually works and opens the app/program but I cant seem to open it when refering to the file straight from its installed directory. I get the impression that when running the file from the programs directory i need to include some other file like a .dll or something.
Can anyone give a tip or help me solve this problem?
Code:
System.Diagnostics.Process.Start(some file path .exe)
"WIN_IMPROPER_Q UIT_BODY" with Yes,No,Cancel option. When I click Yes or No I get an error "Error during initialization: some blah blah file not found".
When I refer to the shortcut of the program Im trying to run it actually works and opens the app/program but I cant seem to open it when refering to the file straight from its installed directory. I get the impression that when running the file from the programs directory i need to include some other file like a .dll or something.
Can anyone give a tip or help me solve this problem?
Comment