Re: sending interrupt

2003-09-03 Thread denis
On Thu, 28 Aug 2003, zsdc wrote: > [EMAIL PROTECTED] wrote: > > > On Thu, 28 Aug 2003, Ramprasad A Padmanabhan wrote: > > > >>Which OS? > >>On Unix like systems, You can find the PID of the script and send the > >>signal on the shell > >> > >>like > >>kill -15 $PID > > > > you could also do: >

Re: sending interrupt

2003-09-01 Thread zsdc
[EMAIL PROTECTED] wrote: On Thu, 28 Aug 2003, Ramprasad A Padmanabhan wrote: Which OS? On Unix like systems, You can find the PID of the script and send the signal on the shell like kill -15 $PID you could also do: killall -KILL name_of_application Don't do that on Solaris... Its version of ki

Re: sending interrupt

2003-08-28 Thread denis
On Thu, 28 Aug 2003, Ramprasad A Padmanabhan wrote: > Sharad Gupta wrote: > > Hi all, > > > > Any ideas on how do i send an interrupt signal to the connection made via > > Net::Telnet. > > > > Thanx, > > -Sharad > > > Which OS? > On Unix like systems, You can find the PID of the script

Re: sending interrupt

2003-08-28 Thread Ramprasad A Padmanabhan
Sharad Gupta wrote: Hi all, Any ideas on how do i send an interrupt signal to the connection made via Net::Telnet. Thanx, -Sharad Which OS? On Unix like systems, You can find the PID of the script and send the signal on the shell like kill -15 $PID Ram -- To unsubscribe, e-mail: [EMAIL PROT

sending interrupt

2003-08-27 Thread Gupta, Sharad
Hi all, Any ideas on how do i send an interrupt signal to the connection made via Net::Telnet. Thanx, -Sharad -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]