Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

Report information
The Basics
Id: 4912
Status: resolved
Priority: 0/
Queue: PAR

People
Owner: Nobody in particular
Requestors: du4mi [...] gmx.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Date: Mon, 12 Jan 2004 06:34:50 +0100
From: du4mi [...] gmx.de
To: bug-par [...] rt.cpan.org
Subject: I can't use PARed exes with SendTo from WindowsExplorer
Hello bug-par, I have a perl app ("compiled" with PAR) and I would like to get the name of input file using right click "Send To" from Explorer. I have created a shortcut in my SendTo directory, now I choose one file, right click on it, Send To, click 1.exe. It dont work from Explorer with SendTo , but from command line. my script: $a = $ARGV[0]; open (FILE,">f:\\file.txt"); print FILE $a; close FILE; creating exe with PAR: Show quoted text
>pp -o 1.exe 1.pl
please follow this link to read all thread: http://aspn.activestate.com/ASPN/Mail/Message/perl-win32-users/1968302 -- Best regards, mailto:du4mi@gmx.de
Date: Mon, 12 Jan 2004 14:53:04 +0800
From: Autrijus Tang <autrijus [...] autrijus.org>
To: bug-PAR [...] rt.cpan.org
Subject: Re: [cpan #4912] I can't use PARed exes with SendTo from WindowsExplorer
RT-Send-Cc:
du4mi@gmx.de via RT wrote: Show quoted text
> $a = $ARGV[0]; > open (FILE,">f:\\file.txt"); > print FILE $a; > close FILE;
I tried it with PAR 0.79 on WinXP and it works just fine. Can you upgrade to PAR 0.79 from http://par.perl.org/ and see if it works? ActiveState's PPM builder somehow refuses to build my Module::ScanDeps, although it looks like perfectly normal. (anyone knows who to prod for PPM builder failures?) Thanks, /Autrijus/