Hi!
When I use CreateProcess is there a way to have the exe in one directory and the file being executed another? I get an error saying that the file or path does not exist if they are not located in the same directory.
Or
I can start it the way I want if I use Shell, but I need to be able to terminate this process whenever I wish too.
Is there a way to terminate a process started with Shell, without forcing it to be in focus until the user terminates it?
Thanks!
When I use CreateProcess is there a way to have the exe in one directory and the file being executed another? I get an error saying that the file or path does not exist if they are not located in the same directory.
Or
I can start it the way I want if I use Shell, but I need to be able to terminate this process whenever I wish too.
Is there a way to terminate a process started with Shell, without forcing it to be in focus until the user terminates it?
Thanks!