RE: killing a process by window title; was: socket application

2003-02-17 Thread Gerber, Christopher J
nday, February 17, 2003 11:09 PM > To: [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: FW: killing a process by window title; was: socket > application > > > Somebody help please !! > > -Original Message- > From: Jangale V-S > Sent: 13 Februa

FW: killing a process by window title; was: socket application

2003-02-17 Thread Jangale V-S
Somebody help please !! -Original Message- From: Jangale V-S Sent: 13 February 2003 11:06 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: killing a process by window title; was: socket application Further to this topic I have a slightly different requirement. I want to kill

RE: killing a process by window title; was: socket application

2003-02-03 Thread Gerber, Christopher J
Dirk, Rob, et. al., OK... I couldn't leave it alone. I sat down and cleaned up the code. I have replace the API calls with calls to Win32::Process and Win32::GUI, and have improved the error handling. I also reformatted the lines to try to prevent my mailer from wrapping them wrong. They look

RE: killing a process by window title; was: socket application

2003-02-03 Thread Gerber, Christopher J
> -Original Message- > From: Sisyphus [mailto:[EMAIL PROTECTED]] > - Original Message - > From: "Dirk Bremer (NISC)" <[EMAIL PROTECTED]> > > > > Some of the lines of your script were wrapped bu email, so > I hope that I > > reconstructed them correctly. I found I first needed to in

Re: killing a process by window title; was: socket application

2003-01-29 Thread shurst
> Now, getting the window title I don't know about. I was about to suggest > Win32::Console::Title, but that, I believe, is only the command window (if > any) that is running the current script. > > Anyone? > I would try using Win32::API with autoitdll.dll (hiddensoft.com). I tested the snip

killing a process by window title; was: socket application

2003-01-28 Thread Jonathan Epstein
ution. Jonathan At 03:34 PM 1/28/2003 -0600, Dirk Bremer (NISC) wrote: >- Original Message - >From: "Gerber, Christopher J" <[EMAIL PROTECTED]> >To: "'Dirk Bremer (NISC)'" <[EMAIL PROTECTED]> >Sent: Tuesday, January 28, 2003 15:25 >Subject: R

Re: socket application

2003-01-28 Thread Dirk Bremer \(NISC\)
- Original Message - From: "Jeff Slutzky" <[EMAIL PROTECTED]> To: "'Dirk Bremer (NISC)'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 15:42 Subject: RE: socket application > I'm glad my question was ins

RE: socket application

2003-01-28 Thread Jeff Slutzky
help. -Original Message- From: Dirk Bremer (NISC) Sent: Tuesday, January 28, 2003 3:11 PM To: [EMAIL PROTECTED] Subject: Re: socket application - Original Message - From: "Jeff Slutzky" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, Jan

Re: socket application

2003-01-28 Thread Dirk Bremer \(NISC\)
- Original Message - From: "Gerber, Christopher J" <[EMAIL PROTECTED]> To: "'Dirk Bremer (NISC)'" <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 15:25 Subject: RE: socket application > Dirk, > > I had hacked together something like

Re: socket application

2003-01-28 Thread Dirk Bremer \(NISC\)
- Original Message - From: "Jeff Slutzky" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 13:13 Subject: socket application > I am attempting to make a socket server running on a Win98 platform and > have a socket client connect

Re: socket application

2003-01-28 Thread Alan Dickey
Jeff Slutzky wrote: > > I am attempting to make a socket server running on a Win98 platform and > have a socket client connecting from a SCO Unix platform. What happens is > that I start the server and it sits waiting, I then connect from the SCO > server with the client socket app and I detect a

socket application

2003-01-28 Thread Jeff Slutzky
I am attempting to make a socket server running on a Win98 platform and have a socket client connecting from a SCO Unix platform. What happens is that I start the server and it sits waiting, I then connect from the SCO server with the client socket app and I detect a connection on the Windows