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