This should provide you the information you are asking for:(why do you ask?)
----------------------------------------------------------------------------
----
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-1999 Microsoft Corp.
H:\>perl -v
This is perl, v5.6.1 built for MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)
Copyright 1987-2001, Larry Wall
Binary build 626 provided by ActiveState Tool Corp.
http://www.ActiveState.com
Built 01:31:15 May 2 2001
Perl may be copied only under the terms of either the Artistic License or
the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.com/, the Perl Home Page.
H:\>ppm query
Archive-Tar [0.072 ] module for manipulation of tar archives.
Compress-Zlib [1.08 ] Interface to zlib compression library
Digest-MD5 [2.11 ] Perl interface to the MD5 Algorithm
File-CounterFile [0.12 ] Persistent counter class
Font-AFM [1.18 ] Interface to Adobe Font Metrics files
HTML-Parser [3.19 ] SGML parser class
HTML-Tagset [3.03 ] Data tables useful in parsing HTML
HTML-Tree [3.11 ] HTML syntax tree builder
MIME-Base64 [2.11 ] Encoding and decoding of base64 strings
PPM [2.1.5 ] Perl Package Manager: locate, install, upgrade
software packages.
SOAP-Lite [0.46 ] Library for Simple Object Access Protocol (SOAP)
clients and servers in Perl
Tk [800.022] Tk - a Graphical User Interface Toolkit
URI [1.11 ] Uniform Resource Identifiers (absolute and
relative)
Win32-GUI [0.0.558] Win32 Graphical User Interface Extension
Win32-GuiTest [0.9 ] Perl GUI Test Utilities
Win32-Setupsup [1.0.1 ] Remote control for windows applications.
XML-DOM [1.25 ] A perl module for building DOM Level 1 compliant
document structures
XML-Parser [2.27 ] A Perl module for parsing XML documents
libnet [1.07.03] Collection of Network protocol modules
libwin32 [0.17.2 ] A collection of extensions that aims to provide
comprehensive access to the Windows API.
libwww-perl [5.51 ] Library for WWW access in Perl
----------------------------------------------------------------------------
----
-----Original Message-----
From: Ian Taite [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 18, 2001 8:12 AM
To: 'Thomas, Timothy B'
Subject: RE: Setupsup and Win2000
Which Perl Build are you using on Windows 2000?
-----Original Message-----
From: Thomas, Timothy B [mailto:[EMAIL PROTECTED]]
Sent: 18 June 2001 15:08
To: 'Tom'; Michael Mirman; [EMAIL PROTECTED]
Subject: RE: Setupsup and Win2000
I use a combination of Win32::Setupsup and Win32::GUI. This seems to work
just fine with Windows 2000.
use Win32::GUI;
use Win32::Setupsup;
if ($windowid=GUI::FindWindow( '', $wintitle))
{
GUI::Show($windowid);
GUI::SetForegroundWindow($windowid);
Win32::Setupsup::SendKeys($windowid, "stuff to send",1) ;
}
The Show() is only necessary if the window might be hidden.
Hope this helps!
-----Original Message-----
From: Tom [mailto:[EMAIL PROTECTED]]
Sent: Sunday, June 17, 2001 3:00 AM
To: Michael Mirman; [EMAIL PROTECTED]
Subject: Re: Setupsup and Win2000
here is a script i popped out that works around the window focus problem
(note: i didn't spend much time on this.....it needs some work)
anyhow, the basic idea is, it sends the keys, then checks and sees if the
window is still there
if it is, it sends the keys again..and so forth
---tom
*********** REPLY SEPARATOR ***********
On 6/17/2001 at 4:41 AM Michael Mirman wrote:
>I have a script that uses Setupsup and sends keystrokes to a specific
window.
>First, it calls WaitForWindow to get focus, then it sends keystrokes.
>After I've moved to Win2K, I've noticed that when my machine is unattended,
>everything seems to be working fine.
>However, if I'm doing something, my focusing on different windows easily
>confuses Setupsup.
>
>There is something different between Win2K and NT4 how they focus windows.
>I see on the tools bar, the window that the script tries to get focus on
>starts blinking.
>However, the focus really stays on the window I'm working in, so the
>keystrokes are sent to that window, rather to the one that the script
intended.
>
>Any win2k insights?
>--
>Mike Mirman Tel: (508) 647-7555
>The Mathworks, Inc. FAX: (508) 647-7013
>3 Apple Hill Drive, Natick, MA 01760
>mailto:[EMAIL PROTECTED] Web: http://www.mathworks.com
>
>_______________________________________________
>Perl-Win32-Admin mailing list
>[EMAIL PROTECTED]
>http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin
****************************************************************************
Note
****************************************************************************
The information in this Email message, and any files transmitted with it,
are confidential and intended only for use of the individual or entity named
as recipient. If the reader of this message is not the intended recipient
you are hereby notified that any dissemination, processing, distribution or
copy of this material is strictly prohibited. If you have received this
Email in error, please immediately notify our network manager on the
telephone number below and delete the message. Your co-operation is
appreciated.
Any personal opinions expressed in this message are those of the sender and
should not be taken as representing the views of ITIS Holdings.
****************************************************************************
Contact Details
ITIS Holdings
The Warrant House
1 The High Street
Altrincham
WA14 1PZ
Telephone - (44) 161 929 5788
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin