I have few ActiveX DLLs and one EXE, all stored in some folder. Then i have a BAT file, where i:

- copy all DLLs and EXE to the folder where BAT is located (optional) and
- run EXE.

Here's the problem. EXE is referencing old DLLs (located in the "original" folder). Is there a way, i can assing new (copied) DLLs as a reference to my new (copied) EXE? Here's why... i can't recompile any DLL if any instance of EXE is still running cause it's referencing it/em'.

Thank you!

-gav