home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / maibasicfour / mbfshl.ann next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Date: Thur 07 Apr 88 14:31:00-PDT
  2. From: Edward V. Wastrodowski, Sphere Holdings Limited (SHL)
  3.       22912 Mill Creek Road, Suite D, Laguna Hills, CA 92653
  4.       Phone 714-581-6734
  5. Subject: Announcing a version of Kermit for MAI Basic Four (MBF)
  6.          Minicomputers.
  7. Language: BASIC
  8.  
  9. This is to announce the availablity of Kermit for the MAI Basic Four
  10. minicomputers, series model numbers 7000,8000, and 9000; it is
  11. written using the latest release of BOSS/VS Business Basic (tm)
  12. called BB86.
  13.  
  14.    Kermit Version 1.0 to run on MAI Basic Four minicomputer systems
  15.    ================================================================
  16.  
  17. The following commands are implemented in the current version of Kermit
  18. running on the MPx series.  This is a 'menuized' verison; the numbers
  19. in parenthesis are the indicated selection numbers:
  20.  
  21.      Option                             Description
  22. ---------------- ------------------------------------------------------
  23. CONNECT (1)      Establish a port to port connection to the system at
  24.                  the other end of the communication line.
  25.  
  26. EXIT  (5)        Exits the Kermit program.
  27.  
  28. SEND  (2)        Sends the specified file or files (no wild cards) to
  29.                  the connected Kermit.
  30.  
  31. RECEIVE (3)      Wait for the arrival of a file or file group sent by
  32.                  a connected Kermit.
  33.  
  34. DEBUG (4)        Turns the debug mode on or off.  In debug mode, the
  35.                  output device "LP" is OPEN'd, in the lead directory.
  36.                  All transactions are logged to that output device
  37.                  (line printer) along with any state changes that
  38.                  take place.   Default is off.
  39.  
  40. The Source code is contained in the file  MBFSHL.BAS.  Once it is read from
  41. the Tape into a Serial file, it must be compiled using the CONVERT
  42. command of the CLI processor; alternatively, it can be compiled using
  43. the MERGE instruction in BASIC, and then using the SAVE instruction;
  44. suggested file name is "KERMIT".
  45.  
  46. To operate the program, Logon to the minicomputer from the PC; get
  47. into BASIC; type in RUN "KERMIT". Select, from the menu, the Send
  48. state or the receive state.  Return to your PC using the appropriate
  49. key when it tells you.  And startup Kermit on the PC to do the
  50. expected function.
  51.  
  52. A tape read and write utility written in BASIC is contained in the file
  53. MBFSHL.ATR  (ATR stands for A Tape Reader!)
  54.  
  55.