Re: Block Alt+TAB?

2006-06-13 Thread DePriest, Jason R.
Are you doing something like a kiosk system? If so, my company used something like that in the past. It was actually a Windows system and the only thing that could run was the web browser. I think they used the Windows and IE Zero Admin Kits to accomplish it, but all those do is automate

Win32::EventLog::Message and Windows 2003

2006-05-31 Thread DePriest, Jason R.
I have a perl scrip that uses Win32::EventLog:Message and Win32::EventLog::Carp. It runs via a scheduled task and I needed an easy way to see what it was doing. The events are written to the event log, but the registering does not work on Windows 2003. On Windows Professional (my development

Re: Win32::EventLog::Message and Windows 2003

2006-05-31 Thread DePriest, Jason R.
can try it out and see what sticks. -Original Message- From: [mailto:] On Behalf Of DePriest, Jason R. Sent: Wednesday, May 31, 2006 11:42 AM To: Subject: Win32::EventLog::Message and Windows 2003 I have a perl scrip that uses Win32::EventLog:Message and Win32::EventLog::Carp. It runs via

Re: Problems with slaches

2006-05-26 Thread DePriest, Jason R.
Use a different character for your substitution delimeter. Whenever I will be sub'ing slashes, I use the pipe '|'. So I'd have a string C:\path\file I'd run the path through a s|\\|/|g and it would pop out C:/path/file This won't magically make your script work, but it will make it a bit

Re: WWW:Mechanize and Proxies

2006-03-21 Thread DePriest, Jason R.
David, You need to change your environment variables for the operating system. If you wanted to do it from within the script you could do something like this: $ENV{HTTP_PROXY} = 'http://username:[EMAIL PROTECTED]:8080/''; On 3/9/06, David TV wrote: Something keeps on failing... Here's the

Re: Win32::Ole (MAPI) and Win2K scheduler

2006-01-04 Thread DePriest, Jason R.
On 1/4/06, LeFevre, Ken wrote: Thanks to Steven Manross, I'm a step further along in troubleshooting this. Using Steven's suggestion, I got the following from OLE-LastError: 'Win32::OLE(0.1403) error 0x80070005: Access is denied'. Does anyone out there know anything about how the Win2k

Re: How to quit when Windows shut down?

2006-01-04 Thread DePriest, Jason R.
On 12/20/05, Chris wrote: I couldn't find the shutdown command under Windows 2000 Teddy You'll have to install the resource kit. You canget the tools at www.microsoft.com You can also copy it from an XP machine. - Chris ___

Re: how to delete a directory and its subdirectory using Perl under Windows?

2006-01-04 Thread DePriest, Jason R.
On 12/19/05, May, Robert wrote: gao perlone wrote: how to delete a directory and its subdirectory using Perl under Windows? See the rmtree() function in the File::Path module. Rob. =

RE: Problem with Net::Perl::SSH (and SFTP)

2004-12-30 Thread DePriest, Jason R.
On Thursday, December 23, 2004 10:50 AM, []BAM[] wrote Hi everyone, I'm trying to use SFTP on windows XP to send files to a SUN solaris machine. When I create the SFTP object I specify to use protocol 2. However I get this warning message: Use of uninitialized value in concatenation