home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / scripts / README.TXT < prev   
Text File  |  2011-08-17  |  2KB  |  39 lines

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