home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / scripts / ckermit / .readme.~1~ < prev    next >
Text File  |  1999-04-19  |  2KB  |  69 lines

  1. C-KERMIT SCRIPTS LIBRARY
  2.  
  3. Established:        20 April 1999.
  4. Most recent update: 20 April 1999.
  5.  
  6. The scripts in this directory are listed below.
  7.  
  8. Those marked with (*) are "kerbang" scripts which can be used exactly like
  9. shell scripts on UNIX if you give them execute permission:
  10.  
  11.   chmod +x scriptname
  12.  
  13. Command-line arguments are accepted in the expected manner, e.g.:
  14.  
  15.   autotelnet xyz.com myuserid
  16.  
  17. Note that the first line of each kerbang script looks like:
  18.  
  19.   #!/usr/local/bin/wermit +
  20.  
  21. (but without the indentation).  This indicates the pathname of the C-Kermit
  22. executable that is to execute the script.  Change this line as needed.  The
  23. trailing plus sign is required if command-line arguments are to be passed to
  24. the script.
  25.  
  26. On non-UNIX platforms, scripts are executed either by giving a TAKE
  27. <filename> command to Kermit, or (C-Kermit and K95 only) including the
  28. script filename as the first command-line argument to the Kermit program.
  29. The "kerbang" line has no effect, since it is a comment to Kermit.
  30.  
  31. Directory of Scripts:
  32.  
  33. alphapage (*)
  34.   TAP/IXO alphanumeric paging script for Kermit 95 and C-Kermit.
  35.   C-Kermit 7.0 or K95 1.1.18 or later required.
  36.  
  37. autotelnet (*)
  38.   Makes an automated Telnet connection.
  39.   C-Kermit 7.0 or K95 1.1.18 or later required.
  40.  
  41. bottom (*)
  42.   A very simple one-line script that uses C-Kermit to put the cursor
  43.   on the bottom line of your screen.
  44.   C-Kermit 7.0 or K95 1.1.18 or later required.
  45.  
  46. cleandups (*)
  47.   A rather complex file-management application (used, in fact, to manage
  48.   the update and installation of C-Kermit 7.0 Beta-test binaries on our
  49.   ftp server).  C-Kermit 7.0 or later required.  
  50.  
  51. demo (*)
  52.   An interactive "torture test" for C-Kermit's script language.
  53.   C-Kermit 7.0 or K95 1.1.18 or later required.
  54.  
  55. menu (*)
  56.   A skeleton of a menu application.
  57.   C-Kermit 7.0 or K95 1.1.18 or later required.
  58.  
  59. review (*)
  60.   Review files interactively.
  61.   C-Kermit 7.0 or K95 1.1.18 or later required.
  62.  
  63. Most of these scripts are intended to illustrate new features of C-Kermit
  64. 7.0 and K95 1.1.18.  These features are documented in the ckermit2.txt file:
  65.  
  66.   ftp://kermit.columbia.edu/kermit/test/text/ckermit2.txt
  67.  
  68. (End of kermit/scripts/READ.ME)
  69.