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: How to determine Windows Temp Folder?

2002-08-28 Thread Fernando Madruga
Maybe this can help? Bye, Madruga > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On > Behalf Of Tillman, James > Sent: quarta-feira, 28 de Agosto de 2002 11:

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 uns

RE: Changing the Windows Background NT 4.0

2002-08-01 Thread Fernando Madruga
unning 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

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-W

Deep recursion on subroutine "Net::SNMP::_send_pdu" at C:/Perl/site/lib/Net/SNMP

2002-07-26 Thread Fernando Madruga
don't like errors showing up, and if they do show up, then something is not 100% good. How can I remove these errors? Increasing the stack space? How? Thanks for any answer, Fernando Madruga P.S.: I *do* know that removing the -w will stop displaying the errors, but that's not what I'

RE: CGI Environment Problem (was: Regexp Help)

2002-07-25 Thread Fernando Madruga
e CGI 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 n

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=repository&Script Type=perl http://hotscripts.com/Perl/ http://www.cgiextremes.com/ HTH, Fe

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

2002-07-16 Thread Fernando Madruga
h 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

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 trie

RE: FILEHANDLE Problem

2002-07-15 Thread Fernando Madruga
at the user account your script runs under has access to it? HTH, Fernando Madruga ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

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: PLEASE - can any one help on this?

2002-06-05 Thread Fernando Madruga
" . Win32::FormatMessage(Win32::AdminMisc::GetError()) . "\n"; } } else { print "Failed to logon.\n\tError: " . Win32::FormatMessage(Win32::AdminMisc::GetError()) . "\n"; } Yours truly, Fernando Madruga ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: Problems with reg expression

2002-06-05 Thread Fernando Madruga
$envLU ='/vobs/spifftest/.@@/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

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: