|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Let's say I want to provide a script to check the modem to see if it is
working and then send it a reset command:
The rough idea pseudo code would be...
(Using uucp) cu direct
good answer: Connected.
send ATZ (to reset modem)
good answer: OK
bad answer: anything else
echo "I'm done"
bad answer: anything else
echo "somehting wrong with modem"
exit
laktar@hotmail.com on 09/02/99 06:55:55 PM
Please respond to plug@lists.nothinbut.net
To: plug@lists.nothinbut.net
cc: (bcc: Thomas A Burba/USVISION)
Subject: Re: [Plug] Need keyfake
I'm not exactly sure what you mean? Could you take us through an example of
how you'd use this kind of program (maybe w/ some example command lines)
>From: tburba@GLCORPIS01.usvision.com
>Reply-To: plug@lists.nothinbut.net
>To: plug@lists.nothinbut.net
>Subject: [Plug] Need keyfake
>Date: Thu, 2 Sep 1999 16:57:45 -0400
>
>
>
>
>
>All,
>Back in the dirty DOS days, I used a nifty little program called
"keyfake".
>It could pass keystrokes to another program (any kind) thru a batch
>(script) process. Does this exist in Linux? How can I get it? BTW, I'm not
>talking about command line switches and passing literals to them.
>Searchlinux shows nada.
>Thanks.
>
>
>
>_______________________________________________
>Plug maillist - Plug@lists.nothinbut.net
>http://lists.nothinbut.net/mail/listinfo/plug
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
_______________________________________________
Plug maillist - Plug@lists.nothinbut.net
http://lists.nothinbut.net/mail/listinfo/plug
_______________________________________________
Plug maillist - Plug@lists.nothinbut.net
http://lists.nothinbut.net/mail/listinfo/plug
|
|