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
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
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
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-
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: " .
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
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
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