This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: example needed pls: `cygpath -c <HANDLE>'


On Sat, Jun 28, 2003 at 03:09:15PM -0700, Brian Dessent wrote:
> I was playing around with this because it seems like a handy idea.  
> I use Cywin perl, but the differences shouldn't be very great.  Anyway, 
> I came up with the following oneliner that does what you mention above 
> (passed %1 as a Windows filename, it copies the Cygwin version to the
> clipboard)

> c:\cygwin\bin\perl.exe -MWin32::Clipboard -e "my $f=quotemeta('%1'); chomp (my $c=qx!cygpath -u $f!); Win32::Clipboard($c);"

How on earth did you get Win32::Clipboard (or Win32::<anything>) to run
under CygPerl, Brian? The Win32:: namespace code is incomatible with
cygwinperl, any module using such cannot be built to cygwinperl AFAIK.

  Soren A.
-- 
See my OpenPGP key at http://savannah.gnu.org/people/viewgpg.php?user_id=6050
GnuPG public key fingerprint  | "Only when efforts to reform society have as
 BD26 A5D8 D781 C96B 9936     |  their point of departure the reformation of
 310F 0573 A3D9 4E24 4EA6     |  the inner life -- human revolution -- will
they lead us with certainty to a world of lasting peace and true human security."
                                -- Daisaku Ikeda

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]