Archive: Get file path with mouse


Get file path with mouse
Point the mouse over a file.
Right click (shell) and click "NSIS run" (I've done)
I want to get the full path or this (or any other) file and send to some place as a listbox, variable or else to run this external file in commandline with nsis.
I need only two or thee clicks.
:rolleyes: :( HOW TO GET THE PATH of the file that THE MOUSE IS POINTING TO? :mad:

I'm using "camtech's copy this path" but needs a lot of clicks, and I want to build my own get-execute.
Is there some kind of system::call ...?


Well...you need to know programming the shell, see this example.

Good luck!