Changing the working directory for a process remotely

Posted by Michael on Stack Overflow See other posts from Stack Overflow or by Michael
Published on 2010-03-29T16:45:11Z Indexed on 2010/03/29 17:33 UTC
Read the original article Hit count: 327

I've got an application that has a bug right now, but we're unable to update the end-user to get the fix out. What a possible workaround would be is to change the working directory to the application's install directory, but from what I can tell, there's no way to do that outside of the program itself. Is there some sort of Windows API call that can change other processes' working directories, or is that not available due to security issues? I figure it's not possible.

© Stack Overflow or respective owner

Related posts about visual-basic

Related posts about Windows