0

Is there any possibility to create exe file which copies path of a file into clipboard when you drag&dropp the file into the exe? How could I do it ?

Thanks

RastyG
  • 1
  • 1

2 Answers2

0

A just found a program called Copy Path that works for me. It adds "Copy path" to the Windows Explorer context menu (not exactly drag-and-drop, I know).

user1717856
  • 13
  • 1
  • 3
0

Two ways OTM in Windows: 1. Start > Run 2. Start > Run > "cmd"

in both cases, once you drag the file onto the window, its entire path will be pasted. To do the copy, you'll have to do that manually (easier in the Run window)

To do this onto an application: How do I drag and drop files into an application?

Community
  • 1
  • 1
Mor Shemesh
  • 2,689
  • 1
  • 24
  • 36
  • But my target is to copy the path directly into clipboard and without need to run "cmd". There's already file DropBoxPlugin_v1.4.exe (http://wiki.dropbox.com/DropboxAddons/DropBoxPlugin) doing something like that. – RastyG Nov 14 '10 at 08:06