RE: [Hardhats-members] Linux console as terminal emulator, with scripting?

2004-10-28 Thread Kevin Toppenberg
My AIX version 4 doesn't seem to have the expect command. Oh well.. Here is what I see when I try: * *

Re: [Hardhats-members] Linux console as terminal emulator, with scripting?

2004-10-27 Thread Kevin Toppenberg
: - Original Message - From: Kevin Toppenberg [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 4:07 PM Subject: Re: [Hardhats-members] Linux console as terminal emulator, with scripting? Maury, I spent a full day a month or so ago trying to get TeraTerm

RE: [Hardhats-members] Linux console as terminal emulator, with scripting?

2004-10-27 Thread K.S. Bhaskar
I think Todd is on the right track. -- Bhaskar On Wed, 2004-10-27 at 11:21, Smith, Todd wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin, The utility that you are looking for is called expect and you should find it on the AIX

Re: [Hardhats-members] Linux console as terminal emulator, with scripting?

2004-10-26 Thread Maury Pepper
Kevin, What problem are you having with TeraTerm? For scripting, terminal type usually isn't an issue. The keyboard config file allows for redefining most of the keys. (I can help with this.) It also has TEK4010 emulation which perhaps your system can handle. - Original Message -

Re: [Hardhats-members] Linux console as terminal emulator, with scripting?

2004-10-26 Thread Kevin Toppenberg
OK, I'm going to think out loud. Please let me know if I am off track. In my bash script, I will need to initiate a connection to my old (AIX) server. We're on a VPN, so are using telnet. #begin script telnet xx.xx.xx.xx echo goodbyte #end script The above script will not show goodbye until

RE: [Hardhats-members] Linux console as terminal emulator, with scripting?

2004-10-26 Thread Marc Aylesworth
, October 26, 2004 4:38 PM To: [EMAIL PROTECTED] Subject: Re: [Hardhats-members] Linux console as terminal emulator, with scripting? OK, I'm going to think out loud. Please let me know if I am off track. In my bash script, I will need to initiate a connection to my old (AIX) server. We're on a VPN, so

RE: [Hardhats-members] Linux console as terminal emulator, with scripting?

2004-10-26 Thread Benjamin Irwin
Kea! Does have a scripting language that allows just that option. Something like if the last string received is Hit and Key to continue then Kea! Will insert a carriage return. However, I have found all terminal emulators to have their own script language, everything from Basic based to Java

Re: [Hardhats-members] Linux console as terminal emulator, with scripting?

2004-10-26 Thread Maury Pepper
:^f10=\Ej\r: :^f11=\Ek\r:^f12=\El\r: -maury- - Original Message - From: Kevin Toppenberg [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 4:07 PM Subject: Re: [Hardhats-members] Linux console as terminal emulator, with scripting? Maury, I spent a full

Re: [Hardhats-members] Linux console as terminal emulator, with scripting?

2004-10-26 Thread Maury Pepper
\r: :^f11=\Ek\r:^f12=\El\r: - Original Message - From: Kevin Toppenberg [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 4:07 PM Subject: Re: [Hardhats-members] Linux console as terminal emulator, with scripting? Maury, I spent a full day a month or so ago