My program runs another program, which the user has to choose.
The problem is that the program which needs to be runned, needs other files (like dll files).
When my program is in another folder (e.g., my program is located at C:\Program Files\myprogram.exe, the targeted program is in D:\Program Files\targetedprogram.exe), the targeted program tries to find those dll files in C:\Program Files\ , but these files aren't there of course.
Any help how to let the targeted program look for his dll files in D:\Program Files ?

Please help!