Re: win32::Lanman Error

2005-05-17 Thread Sisyphus
- Original Message - From: <[EMAIL PROTECTED]> To: Cc: <[EMAIL PROTECTED]> Sent: Tuesday, May 17, 2005 4:57 PM Subject: RE: win32::Lanman Error > Hi Rob, > > Win32::GetLastError() did the trick. Thank you for the same. > > But still the script takes 4 hours to fetch the data. Do you ha

Re: How do I get HBA driver information

2005-05-17 Thread $Bill Luebkert
Forrest Payne wrote: > I was wondering if anyone had a code snipit that I can use to retreive > driver information from HBA's or SCSI cards installed in a Windows > server. I also want to try and get the firmware version as well but I'm > not sure if I can even get that using Perl or not. The car

How do I get HBA driver information

2005-05-17 Thread Forrest Payne
I was wondering if anyone had a code snipit that I can use to retreive driver information from HBA's or SCSI cards installed in a Windows server.  I also want to try and get the firmware version as well but I'm not sure if I can even get that using Perl or not. The cards are Emulex 1 Fibre Card

RE: Perl and Images

2005-05-17 Thread Chris Snyder
-- snip 8< -- From: steve silvers [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 12:44 PM To: perl-win32-users@listserv.ActiveState.com Subject: Perl and Images Quick question. Is there a way that I can go into a directory with a static html file in it and

Re: Microsoft Word search and replace issue

2005-05-17 Thread Todd Beverly
Chris Cox wrote: I'm trying to write a basic perl script to open a Word document, change some predefined values to something else. It works fine on a basic document, but anything with text boxes it doesn't work at all. The script I run is: use strict; use Win32::OLE; use Win32::OLE::Const 'Micros

RE: Perl and Images

2005-05-17 Thread Jeffee Kiser
This is a little bit of an off-topic solution but I was faced with a similar task where I had to do screen dumps of clients in our machine farm as problems arose. I didn't find a hands-off solution with Perl (not to say it doesn't exist; it just wasn't right in my face). I was, however, able to a

RE: Perl and Images

2005-05-17 Thread Steven Manross
And with that said, use the Win32::GuiTest module to send the keystrokes to the windows machine for otherwise unprogrammable tasks... Search for "SendKeys" on the activestate archive list for more info if you need it. It's pretty much like typing keystrokes. :) Steven -Original Message-

RE: Perl and Images

2005-05-17 Thread Gardner, Sam
Title: RE: Perl and Images Yes: 1) Open directory 2) Double-click file 3) Alt-PrintScreen 4) Open Paint 5) Ctrl-V 6) Save Okay, maybe you'll have to play around with this to get the thumbnail, but you get the idea. . . Sam Gardner GTO Application Development Keefe, Bruyette & Woods,

Perl and Images

2005-05-17 Thread steve silvers
Quick question. Is there a way that I can go into a directory with a static html file in it and create a thumbnail image of the html file? Any suggestions or examples greatly appreciated. Steve ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv

RE: [OT] copy/paste editors

2005-05-17 Thread Peter Eisengrein
> > For god's sakes, I wouldn't wish notepad on anyone. Get a > decent editor > > and learn how to use it. > > > > Okay mom! Grin. > Hey, his ranting got me to download vim, so he's got one convert. :-) ___ Perl-Win32-Users mailing list Perl-Win32-

Re: [OT] copy/paste editors

2005-05-17 Thread Craig Cardimon
$Bill Luebkert wrote: Craig Cardimon wrote: I'll try it. Couldn't hurt. -- Craig Peter Eisengrein wrote: If this is a problem, why not use the editor for editing, but use simple ol' notepad when you want to copy/paste something? Or does that not make any difference? For god's sakes, I wouldn't w

Re: [OT] copy/paste editors

2005-05-17 Thread $Bill Luebkert
Craig Cardimon wrote: > I'll try it. Couldn't hurt. > > -- Craig > > Peter Eisengrein wrote: > >>If this is a problem, why not use the editor for editing, but use simple ol' >>notepad when you want to copy/paste something? Or does that not make any >>difference? For god's sakes, I wouldn't wis

Re: [OT] copy/paste editors (was: strangeness with if blocks)

2005-05-17 Thread Craig Cardimon
I'll try it. Couldn't hurt. -- Craig Peter Eisengrein wrote: If this is a problem, why not use the editor for editing, but use simple ol' notepad when you want to copy/paste something? Or does that not make any difference? My $0.02, Pete --- avast! Antivirus: Outbound message clean. Virus Database

RE: win32::Lanman Error

2005-05-17 Thread shailja_agrawal
Hi Rob, Win32::GetLastError() did the trick. Thank you for the same. But still the script takes 4 hours to fetch the data. Do you have any suggestions here. Thanks in Advance, Shailja Agrawal -Original Message- From: Sisyphus [mailto:[EMAIL PROTECTED] Sent: Friday, May 13, 2005 6:47 A