home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / ENTERPRS / CPM / TERMS / QT-C128.LZH / GENIE.NOT < prev    next >
Text File  |  1988-02-29  |  1KB  |  29 lines

  1. These two scripts give a little help to navigating GEnie, using QTERM 4.2
  2. There is a bug in at least two copies of V4.2g that I uploaded that may
  3. cause these scripts to fail. The bug concerns the '!< = ' command. You'll
  4. know immediately if your version of QTERM is corrupt: the menu selection
  5. will always fail. If this happens, you need to patch your version of QTERM
  6. as follows. It's a single byte patch, which can easily be applied with ZSID
  7. or DDT. Load up QTERM, and list from 278A onwards. There is the following
  8. sequence:
  9.  
  10.     RET
  11.     INC  HL
  12.     CALL ????
  13.     LD   DE,XXXX
  14.  
  15. All that is needed is to add one to the address loaded into DE.
  16.  
  17. Make the change, and then exit, and SAVE 64 QTERMNEW.COM
  18.  
  19. As for the two scripts, GENIE looks after logging in. It will need to
  20. be configured to include the phone number you use, and your USER ID
  21. and Password, and you may wish to alter the baud rate as well (as
  22. delivered, it runs at 1200 baud). There are some comments in the
  23. script file showing where to make these changes. MENU is the actual
  24. script that works on GEnie, it always starts by getting to the top
  25. menu, and then it prompts for a selection. Only one piece of
  26. configuration is needed: the file where selection 5 is to place mail
  27. from your mailbox needs to be specified. This is done near the bottom
  28. of the script, and as above there are some comments to help.
  29.