stalker0 wrote:fenix_productions
I wanted to avoid using clipboard. In most cases, it'll work just fine. But imagine there is some other "clipboard enhancement" program running in the background. It'll just add mess to clipboard's history.
And yes, I can bypass %comspec% copy and call directly my application with %L. It would require some additional code in the app startup (if called with parameter -> copy file; otherwise start application normally).
This could be a nice alternative for the next version ! Specially if you decide that your application is unique by TC process. You can use some shared memory, nammed pipes, ... and/or message to signal that you received your list
