3

I had an excellent shell extension that enabled me to right click a file and copy its full path to the clipboard. It doesn't work on windows 64 bit. Does anyone have a utility that works under Windows server 2008 64 bit?

Thanks a bunch!

2 Answers2

6

This is built into Windows 2008 and Windows 7. Shift+Right Click on a file/folder and choose "Copy as Path".

MattB
  • 11,194
  • 1
  • 30
  • 36
2

my favorite pathcopy tool:

https://pathcopycopy.codeplex.com/

enter image description here

Quote:

A Windows Explorer add-on that adds a contextual menu item on all files and 
folders allowing the user to copy the path in various formats. Idea copied 
from "Path Copy".

Works on Windows XP or later, both 32-bit and 64-bit versions.
c33s
  • 1,515
  • 3
  • 21
  • 39
  • thanks, solved my problems where the people still were on XP (and will be for a while...) – pdu Jan 21 '13 at 08:01