Win32::OLE on MS Word using Selection.Find.Execute

2010-09-14 Thread Kevin Gibbs
Hi Peter, This is a translation of a script from technet that works: use Win32::OLE; use Win32::OLE::Const 'Microsoft Word'; # http://www.microsoft.com/technet/scriptcenter/resources/officetips/may05 /tips0512.mspx my $word = new Win32::OLE 'Word.Application','' or die "Cannot start wo

RE: Output to select windows??

2005-01-19 Thread Kevin Gibbs
update; # make our updates visible } sleep 1; } -Original Message- From: Glenn Linderman [mailto:[EMAIL PROTECTED] Sent: 18 January 2005 19:12 To: Charles Maier Cc: Kevin Gibbs; perl-win32-users@listserv.ActiveState.com Subject: Re: Output to selec

RE: Output to select windows??

2005-01-18 Thread Kevin Gibbs
Chuck, Yes but you'll need to be clearer on what you want. If you're looking for create GUI interface then there is TK, Win32::GUI or WX. If you want to send characters to a multiple console windows then there is Win32::Setupsup. Kevin. -- Date: Sun, 16 Jan 2005 17

RE: external library

2004-10-28 Thread Kevin Gibbs
If you trust your environment, couldn't you just set PERL5LIB to v:/utilities/perlutil? Perl should then look in there for modules with out the script needing to put anything extra in your scripts. According to the PerlRun doc this wont work if Taint checking is on. Kev. -Original Message-

RE: Screen Saver settings

2004-09-03 Thread Kevin Gibbs
Hi John, The screen saver settings are stored in the registry. The following should tell you what the settings are: use Win32::TieRegistry (TiedRef => \$reg) ; use Win32; my $control = $reg->{"CUser\\Control Panel"}; my $desktop = $control->{"Desktop"}; print "ScreenSaver: " .

Re: Determining Available Disk Space

2004-08-26 Thread Kevin Gibbs
Just for the record, there is also Win32::DriveInfo::DriveSpace(). Kev. -- Message: 14 Date: Wed, 25 Aug 2004 12:34:03 -0500 From: "Dirk Bremer \(NISC\)" <[EMAIL PROTECTED]> Subject: Re: Determining Available Disk Space To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROT

RE: Perl-Win32-Users digest, Vol 1 #1729 - 17 msgs

2003-12-30 Thread Kevin Gibbs
Bill, Just out of interest I tried a variation on your script with 3 buttons to open up the html file. One button used System, one used the windows shell (via OLE) and one used OLE to control IE directly. On my machine (w2k), Shell takes the longest, system is slightly quicker, and OLE is pretty

Win32::SetupSup and ActiveState Perl 8

2003-12-16 Thread Kevin Gibbs
Does anyone know of a ppm for SetupSup that works with the latest version of Perl? Thanks, Kevin. This e-mail is confidential and may contain legally privileged information. You should not disclose its contents to any other person. If you are not the intended recipient, please notify the sen