GD

2003-06-19 Thread Hawley, Eric
I am trying to install GD on a Windows 2000 machine and have had nothing but problems doing so. I have tried following all installation instructions but have still not be able to figure this out. I know this is kind of a broad question to ask but can anyone suggest the best places to get help to

Determine if client has a dialup connection

2003-06-10 Thread Hawley, Eric
Does anyone know of a way to determine if when a client logs on, they are logging on via a dialup connection? Thanks * Eric Hawley, Network Support Programmer * Office of Information Technology * Ohio Department of Natural Resources * Phone: (614) 265-1028 *

Disk Space Question

2003-06-06 Thread Hawley, Eric
Don't know if any of you have a good ideas for this but here goes. I have written a Perl program that will run on a Windows 2000 server to get disk space off of all NT servers using WMI. Now since our network consists of NT and Linux machines I would like to get disk space off Linux machines as

Security Access question

2003-03-25 Thread Hawley, Eric
I need to be able to get the size of certain directories off of other nodes throughout our network and have a program that will be running in the users login scripts, so the user is the one actually executing the program. The problem that I am encountering is that if they do not have

RE: Security Access question

2003-03-25 Thread Hawley, Eric
[mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 12:49 PM To: 'Hawley, Eric'; Perl-Win32 (E-mail) Subject: RE: Security Access question Have you tried using the LogonAsUser method in Win32::AdminMisc, or using the RUNAS executable? -- Benjamin D. Wiechel Xerox Connect [EMAIL

API question

2003-03-20 Thread Hawley, Eric
Just got a quick question on a api program that I am trying to write to mess with Windows services. The program will run but will Give me a Program Error box telling me that perl has generated errors and is exiting. I put in some debug statements to assist myself but that I couldn't make sense

RE: threads question

2003-02-24 Thread Hawley, Eric
-Original Message- From: Jonathan Epstein To: Hawley, Eric; '[EMAIL PROTECTED] ' Sent: 2/24/03 10:28 AM Subject: Re: threads question Following up on my own message ... from: http://search.cpan.org/author/BBIRTH/Win32-SerialPort-0.19/lib/Win32/Ser ialPort.pm Asynchronous (Background) I

question about grep

2003-02-13 Thread Hawley, Eric
I got a question concerning grep. I would like to use it to pull out all full lines of text, that starts with the word Status, from a list of files. I am not really too experienced with using Metacharacters and Metasymbols and do not know how to go about doing this with grep. Can someone help

RE: question about grep

2003-02-13 Thread Hawley, Eric
grep @matches = grep /^Status/, @data; If this doesn't do it you might consider posting some sample data. Peter Guzis Web Administrator, Sr. ENCAD, Inc. - A Kodak Company email: [EMAIL PROTECTED] www.encad.com -Original Message- From: Hawley, Eric [mailto:[EMAIL PROTECTED]] Sent

RE: question about grep

2003-02-13 Thread Hawley, Eric
Administrator, Sr. ENCAD, Inc. - A Kodak Company email: [EMAIL PROTECTED] www.encad.com -Original Message- From: Hawley, Eric [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 10:23 AM To: Perl-Win32 (E-mail) Subject: question about grep I got a question concerning grep. I would

inserting text into word with OLE

2003-01-28 Thread Hawley, Eric
I have been trying to figure out a way to insert text at the end of a Word document. I know you can insert with $word-Selection-TypeText(text here); but if I am correct I need to place the cursor at the end of the file in order to insert there. I have tried looking for the control to place

Creating directories

2002-12-20 Thread Hawley, Eric
Title: Creating directories I was wondering if someone knows a good way to create directories for Windows and Linux using Perl. Thanks Eric Eric Hawley Office of Information Technology Ohio Department of Natural Resources Phone: (614) 265-1028 Mailto:Eric.Hawley@dnr.state.oh.us

DNS and WINS question

2002-12-12 Thread Hawley, Eric
Would I want to do is to connect remotely to other machines on the network and establish if they have a DNS or WINS addresses hard coded, if they do I would like to change the DNS setting so that It will obtain the server address automatically, and if there are WINS addresses hard coded I would

Determining if a Windows Server?

2002-10-10 Thread Hawley, Eric
I need to be able to determine whether or not the computer that a script is running on is a Windows NT or 2000 server or if it is not. Does anyone know how to do this? I tried looking at Win32::GetOSVersion() but this won't work. I have tried searching on CPAN but haven't found anything.

Adding a Timer in Win32::GUI

2002-10-08 Thread Hawley, Eric
Okay I have been attempting to add a timer to a message box and have been unsuccessful in being able to do so. I want to have it so that after the message box displays the user has 10 seconds to either click YES or NO with default as YES. If after 10 seconds the user has failed to make a