home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / winkerm.zip / README.DOC next >
Text File  |  1986-12-19  |  2KB  |  39 lines

  1. This is a MS Windows version of the ever popular KERMIT communications
  2. program. It is clearly still in development but here is the source
  3. for you to see how a Windows communications program is put together.
  4.  
  5. Note that to compile this program you will not only require MS C V4.0
  6. but also the MS Windows development kit which includes the necessary
  7. libraries, headers and ancillary routines such as Link4 and RC (the
  8. Resources Compiler).
  9.  
  10. Have Fun!
  11.  
  12. Original documentation:
  13.  
  14. Date: Sun 10 Aug 86 10:21:58-EDT
  15. From: Bill Hall <OC.AMS@CU20B.COLUMBIA.EDU>
  16. Subject: MS-Windows Version of Kermit
  17.      
  18. I have developed a simple version of Kermit to run under Microsoft Windows.
  19. I will be sending you the files via the mails on a floppy disk for you to
  20. try.  It is strictly bare bones, but the multitasking aspect is really nice.
  21.      
  22. If you will put it on the system, I will maintain it and develop it further.
  23.      
  24. [Ed. - Thanks Bill!  The diskette was received, and the files have been
  25. placed in KER:WIN*.* on CU20B.  Although this program is bare-bones (no
  26. help, only dumb terminal emulation), it runs a lot faster under MS Windows
  27. than regular Kermit does, and it has the advantage that it can be run in
  28. several windows at once, for instance transferring two files simultaneously,
  29. one on COM1 and the other on COM2, all in the background while doing other
  30. work in the foreground.  The program is written in Microsoft C v4.0 (Windows
  31. aware), using the supplemental Windows libraries, the Microsoft Resource
  32. Compiler, and LINK4 v5.02.  It takes advantage of MS-Windows' built-in comm
  33. and screen drivers, and is thus usable on any system that runs Windows.  It
  34. requires a lot of memory and only runs at speeds up to 2400 baud.  It has
  35. several typical Windows menus so a mouse is a near necessity.  This Kermit
  36. program should not be confused with the other "Windows Kermit" for the PC
  37. (WKERMIT), which implements windows in the other sense of the word, namely
  38. the sliding window transport-level protocol.]
  39.