Description: | For some reason, XP powertools is missing one of my favourites - the ability to right-click on a file, and send the path and name to the clipboard. So, I added the following to a shortcut I called "Send to Clipboard" in my SendTo folder:
|
C:\Perl\bin\perl.exe -e "use Win32::Clipboard;Win32::Clipboard($ARGV[0
+]);"
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: XP Perl Replacement for "Send to Clipboard as Filename"
by Sandy (Curate) on Aug 20, 2009 at 16:22 UTC | |
by Melly (Hermit) on Aug 20, 2009 at 16:38 UTC | |
by Sandy (Curate) on Aug 20, 2009 at 16:41 UTC | |
by afoken (Chancellor) on Aug 22, 2009 at 15:42 UTC | |
by Anonymous Monk on Aug 25, 2009 at 20:16 UTC | |
Re: XP Perl Replacement for "Send to Clipboard as Filename"
by planetscape (Chancellor) on Aug 21, 2009 at 03:18 UTC |