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

  1. KERMIT SCRIPTS LIBRARY
  2.  
  3. Established:        20 April 1999.
  4. Most recent update: 20 April 1999.
  5.  
  6. Directories:
  7.  
  8.   ckermit     Contains C-Kermit scripts
  9.   k95         Contains Kermit 95 scripts
  10.   mskermit    Contains MS-DOS Kermit scripts
  11.   all         Contains scripts that should run on all three
  12.  
  13. Each directory contains a READ.ME file with greater detail about its
  14. contents.
  15.  
  16. The script language of C-Kermit and K95 is virtually identical for any
  17. pair of concurrent releases of the two programs, except that K95 has a lot
  18. of commands and features (mostly related to terminal emulation) that
  19. C-Kermit does not, and of course the details of device and filename syntax
  20. differ (as, in fact, they do between UNIX, VMS, VOS, AOS/VS, and other
  21. platforms where C-Kermit runs).
  22.  
  23. Aside from these differences, compatibility is assurred by the fact that
  24. C-Kermit and k95 have the same command processor.  Thus most of the
  25. scripts in the "ckermit" directory can also run on K95 with little or no
  26. alteration.
  27.  
  28. The script language of MS-DOS Kermit 3.15 and later (which has an entirely
  29. separate code base from C-Kermit and K95) is a large subset of that of
  30. C-Kermit and K95, including FOR, WHILE, SWITCH, etc, as well as arrays,
  31. functions, built-in variables, and so on.  It is greatly advanced over
  32. MS-DOS Kermit 3.14 and earlier.
  33.  
  34. Sample scripts in all these directories are more oriented towards recent
  35. (or even test) versions of Kermit than towards old versions.
  36.  
  37. User submissions are welcome.  Send them to kermit-support@columbia.edu,
  38. indicating clearly which Kermit program and version are required.  Include
  39. comments explaining what the script does, what features it illustrates,
  40. hints for adapting it to other situations, etc.
  41.  
  42. (End of kermit/scripts/READ.ME)
  43.