lucasg/Dependencies

[Request] Allow us to copy .DLL files (Actual files) from the dependency tree to the clipboard and paste them in another folder. Additionally allow filtering out DLLs that come from System32 or other system directories.

Opened this issue · 1 comments

I am trying to isolate and move a program and all its dependencies into another folder, so I've opened the application and pointed it to Dependencies. There are a lot of dll files that the program are dependent on, but there is no way for me to mark and copy these files to my secondary folder.

Screenshot of dependencies:

Image

There are not only just a lot of dependencies, but dependencies of dependencies (nested).

So I have to go and copy them one by one myself. Having a feature that would allow me to just copy all dependencies to another folder would be a godsend.

Further icing on the cake would be the ability to only copy the dll files that aren't already in system folders that are included in PATH by default, so I don't have to separate these out manually.

Do you think a feature like this could be possible? Or does anyone know of another program that would do this?

If you could implement something like this I (and I think a lot of your users) would be extremely grateful.

Thanks so much,
Jay

Hi,
I have merged several pull requests and created the new version 2.2.0 in my fork of this app.
You can find it here
There we have the option to open the dll file in explorer by right clicking on the dependency.
Hope this can make your job easy.
I'll try to make a new version to copy the files directly from the GUI when I get a free time.
Please feel free to give your comments here or in my fork.
Thank you for using dependencies.
Himesh