Re: perl module for 'clicking' links??

2002-09-05 Thread Michael D. Smith
I'm not exactly sure what you want either, but no module is needed for: system ('start', 'C:\progra~1\intern~1\IEXPLORE.exe', 'http://yahoo.com'); opening the browser to a certain URL on your desktop. Bill's way will download the HTML into a file which is certainly useful many times. I just

Windows shortcut dll

2002-09-05 Thread Michael D. Smith
Does anyone know which Window's DLL makes, manages, manipulates shortcuts? Or how I can find out? ms ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: Eval and Net::FTP

2002-09-05 Thread Ahmed, Mubariz
Hi, How do i 1. ftp directories recursively 2. Compress/bzip2 files larger than 5MB 3. Parallel ftp Regards Mubariz -Original Message- From: Allegakoen, Justin Devanandan [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 5:52 AM To: [EMAIL PROTECTED] Subject: RE: Eval and

Re: Windows shortcut dll

2002-09-05 Thread kamleshap
SHELL32.dll The link below shows a example in visual Basic... http://www.freevbcode.com/ShowCode.Asp?ID=909 I hope it is useful to you. Regards, Kamlesh"Michael D. Smith"<[EMAIL PROTECTED]> wrote: Does anyone know which Window's DLL makes, manages, manipulates shortcuts?Or how I can find