RE: How to determine Windows Temp Folder?

2002-08-28 Thread Fernando Madruga
Maybe this can help? http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio /base/gettemppath.asp Bye, Madruga -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Tillman, James Sent: quarta-feira, 28 de Agosto de 2002 11:47

RE: How to determine Windows Temp Folder?

2002-08-28 Thread Fernando Madruga
Strangely enough, the API docs at the link on Microsoft's web site which Fernando posted to the mailing list directly contradict this behavior! C'est bizarre! Non, c'est Microsoft... :) Later, Madruga ___ Perl-Win32-Users mailing list

RE: Sendkeys and strange program behavior

2002-08-01 Thread Fernando Madruga
Does anyone know how to sendkeys a mouse click? Nope. And you'll have to use something different. You may, however, be able to TAB into the button control, maybe it's just not focused... HTH, Fernando Madruga ___ Perl-Win32-Users mailing list

RE: Changing the Windows Background NT 4.0

2002-08-01 Thread Fernando Madruga
it automatically from some scheduler? Also, did you check the registry to find out if it worked? (You could probably just do that, i.e., change the proper key in the registry...) HTH, Fernando Madruga ___ Perl-Win32-Users mailing list [EMAIL PROTECTED

RE: Changing the Windows Background NT 4.0

2002-08-01 Thread Fernando Madruga
The registry is not getting updated. My guess is that the SystemInfo call is failing... I'll give it a try later at home and will let you know what happened. Bye, Fernando Madruga ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe

RE: CGI Environment Problem (was: Regexp Help)

2002-07-25 Thread Fernando Madruga
scripts may have diferent environment variables on the two machines. HTH, Fernando Madruga -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Mike Kalinovich Sent: quarta-feira, 24 de Julho de 2002 19:47 To: [EMAIL PROTECTED] Subject: RE: Regexp needed

RE: perl script to actively monitor NT event log and e-mail any error s/warnings

2002-07-18 Thread Fernando Madruga
Don't recall where or when I got this, and I have not even tried it! If it doesn't suit your needs, try looking here: http://cwashington.netreach.net/depo/default.asp?topic=repositoryScript Type=perl http://hotscripts.com/Perl/ http://www.cgiextremes.com/ HTH, Fernando Madruga

RE: (was Re: win32 and win32::Lanman conflicting?)

2002-07-16 Thread Fernando Madruga
with the following comand line: ppm install Win32-AdminMisc --location=http://www.roth.net/perl/packages I believe that, between these two modules, you'll find what you need. HTH, Fernando Madruga -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Jason Hemak Sent

RE: FILEHANDLE Problem

2002-07-15 Thread Fernando Madruga
. Alternatively, use ' (single quotes) instead of (double quotes) as single quotes don't interpolate. When I run it as: open(File, ../textfiles/test.txt) Are you sure that the starting directory is correct? That the user account your script runs under has access to it? HTH, Fernando Madruga

RE: Strange change in WinNT environment: File association to .PL now give error message

2002-07-15 Thread Fernando Madruga
Fernando, Thanks for the suggestion. Unfortunately, the associations and file typing are correct: Well, I'm out of sugestions here. Other than trying to upgrade your current version to the same one, that is, reinstalling ActivePerl, but that you probably already tried... Bye, Fernando

RE: Win32::GuiTest SendKeys delay

2002-07-12 Thread Fernando Madruga
I tried on Windows XP Professional with ActivePerl 5.6.1.633 and it dit NOT work HTH, Fernando Madruga -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Jim Angstadt Sent: quinta-feira, 11 de Julho de 2002 16:37 To: [EMAIL PROTECTED] Subject: Re

RE: Problem with =~

2002-07-02 Thread Fernando Madruga
Title: Message Try using STRING equal, instead of NUMERIC equal, that is: eq instead of ==... HTH, Madruga -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Dovalle YankelovichSent: segunda-feira, 1 de Julho de 2002 16:22To: Perl32

RE: Problems with reg expression

2002-06-05 Thread Fernando Madruga
Just my guess: you'll probably need to replace all @ with \@ in the regexp... Sem mais assunto de momento, Fernando Madruga ASC:DSI -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Walter Usyk Sent: segunda-feira, 3 de Junho de 2002 19:01

RE: Problems with reg expression

2002-06-05 Thread Fernando Madruga
/.@@/HDX.LU/lineups/.@@/HDX.LU/hdx.lu@@/main/LATEST'; That will prevent it from trying to find an array variable named @ (@@). Hope this helps, Fernando Madruga -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Walter Usyk Sent: segunda-feira, 3 de Junho

RE: PLEASE - can any one help on this?

2002-06-05 Thread Fernando Madruga
; } Yours truly, Fernando Madruga ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs