I have a set of dll files and an exe in a directory (DirA). The directory is not under \windows or \windows\system.
I copy the exe to another directory (DirB).
I want to run the exe from DirB.
Is there a procedure(s) I can use, without copying the dlls, so that Win will look into DirA when searching for the dlls?
I tried putting DirA in PATH, but this did not work.
I copy the exe to another directory (DirB).
I want to run the exe from DirB.
Is there a procedure(s) I can use, without copying the dlls, so that Win will look into DirA when searching for the dlls?
I tried putting DirA in PATH, but this did not work.