The following scripts are included in Kermit 95's SCRIPTS subdirectory:
- LOGIN.KSC
- This is a simple login script that handles the common types of login
dialogs -- UNIX, VMS, etc. Please read the comments in this file itself
for instructions.
- RECOVER.KSC
- Demonstration script for Kermit 95's file transfer recover feature. This
script sends a file no matter what. If the phone connection is broken
in the middle of the transfer, Kermit 95 redials the connection, logs in
again, and resumes the transfer where it left off, as many times as it
takes. To use this script yourself, you would edit it to substitute the
appropriate phone number, filename, etc.
- NETEDIT.KSC
- Network editing script.
- HOSTMODE.KSC
- The host-mode management program.
- HOST.KSC
- The host-mode program itself.
- HOSTTCP.KSC
- The listener for incoming host-mode connections on TCP/IP connections.
- HOSTMDM.KSC
- The listener for incoming host-mode connections on dialup modem
connections.
- HOSTCOM.KSC
- The listener for incoming host-mode connections on direct serial
connections.
- NPAGE.KSC
- A script for sending numeric pages.
- APAGE.KSC
- A script for sending alphanumeric pages.
- AUTOTEL.KSC
- A script demonstrating how to automate Telnet connections.
- REVIEW.KSC
- A file browser/manager script -- review files in a directory.
- RGREP.KSC
- Recursive "grep" (like UNIX grep, but recursive).
[ Use your Browser's BACK button to return. ]