Ask a Question related to PERL Beginners, Design and Development.
-
Toby Stuart #1
RE: Using Perl to change information contained within a shortcut
[stuff snipped]> -----Original Message-----
> From: Wagner, David --- Senior Programmer Analyst --- WGO
> [mailto:David.Wagner@freight.fedex.com]
> Sent: Friday, February 06, 2004 9:38 AM
> To: Beginner Perl
> Subject: Using Perl to change information contained within a shortcut
>
>There is a Win32::Shortcut module as part of libwin.>
> Is there any Perl module which would read the shortcut/
> and be able to update the Cmd and Working as viewed under
> Program when you select properties. I have no code because I
> am not even where one would start?
>
> Any questions and/or problems, please let me know.
>
> Thanks.
>
> Wags ;)
> Int: 9-8-002-2224
> Ext: 408-323-4225x2224
>
Try here: [url]http://search.cpan.org/search?query=Win32::Shortcut&mode=all[/url]
Toby Stuart Guest
-
How do i programmatic-ally change the Mouse Up-triggered JavaScript Action of a Submit button in a form contained in hundreds of PDFs?
Hi Guys! How do i programmatically change the Mouse Up-triggered JavaScript Action of a Submit button in a form contained in hundreds of PDFs? In... -
PDF File Information thru PERL
Hello Group, I am posting this question to both perl and PDF Groups. I would like to get all the information about a PDF file. I dont want to... -
[PHP-DEV] Change var_dump to return information
Hi, I got in mind, that it might be interesting for debug purpose, to obtain information like the output of var_dump() to a string. Really... -
WIN32 Shortcut using perl
Hello Colleagues, I am looking for the solution where i can create a shortcut of the folder/file using WIN32 Shortcut/thr someother means using... -
PHP & Perl information sharing
I'm working on a site which is mostly in PHP. However, I have to use perl for a couple of scripts. Does anyone have any experience in sharing... -
Toby Stuart #2
RE: Using Perl to change information contained within a shortcut
The good news is you probably already have it installed.> -----Original Message-----
> From: Wagner, David --- Senior Programmer Analyst --- WGO
> [mailto:David.Wagner@freight.fedex.com]
> Sent: Friday, February 06, 2004 10:13 AM
> To: Toby Stuart
> Cc: [email]beginners@perl.org[/email]
> Subject: RE: Using Perl to change information contained within a
> shortcut
>
>
> Thanks, Toby, but for the most part I have only used
> ActiveState for loading and I looked at this and this is I
> believe exactly what I could use. I am unsure if I have to
> download everything for libwin since the last update was in 2002.
>
> Sorry for the denseness of the mind, but when you are
> used to going to ppm and installing, I am a liitle lost.
>
>
> Any questions and/or problems, please let me know.
>
> Thanks.
>
> Wags ;)
> Int: 9-8-002-2224
> Ext: 408-323-4225x2224
>
>
Run:
perl -MWin32 -e "print $Win32::VERSION"
from the command line.
If that prints greater than 0.191 (mine is 0.20) then you already have it!
Then see this reference. Should be all you need.
[url]http://search.cpan.org/src/GSAR/libwin32-0.191/Shortcut/docs/reference.html#[/url]
General
Toby Stuart Guest



Reply With Quote

