i have a gui button which when pressed will execute a script what do i need to put in this script to shut down wvdial? "^c>wvdial"? Donald G. Knecht Service Manager Hasty's Communications of FL, Inc. 270 N. Hwy 17 Palatka, FL 32177 msspal@gbso.net manager@hastys.net -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
"Donald G. Knecht" wrote:
i have a gui button which when pressed will execute a script what do i need to put in this script to shut down wvdial? "^c>wvdial"?
Perhaps: killall wvdial stop 0 David Bellows -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
Try this: ___________________________________________________ #!/bin/sh kill `cat /var/lock/LCK..ttyS0` ____________________________________________ Lotsa luck Rod -- 100% MS FREE Absolutely no component of Microsoft was used in the generation or posting of this e-mail. On Mon, 28 Feb 2000, Donald G. Knecht wrote:
i have a gui button which when pressed will execute a script what do i need to put in this script to shut down wvdial? "^c>wvdial"?
Donald G. Knecht Service Manager Hasty's Communications of FL, Inc. 270 N. Hwy 17 Palatka, FL 32177 msspal@gbso.net manager@hastys.net
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
participants (3)
-
bfootdav@bellsouth.net
-
msspal@gbso.net
-
rjohns@otenet.gr