home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / tel / xmdsup.do1 < prev    next >
Text File  |  2006-10-19  |  2KB  |  49 lines

  1. CLUB 100 Library - 415/939-1246 BBS,    937-5039 NEWSLETTER, 932-8856 VOICE
  2.  
  3. XMDPW5.INF -- User's Data On XMDPW5.100
  4. ---------------------------------------
  5.  
  6. XMDPW5.100 is a Basic loader for the 100/102 which creates a machine
  7. language Xmodem comm program, XMDPW5.CO.  It is based on XMD100 by JR
  8. Chenoweth.  The basic usage can be found in XMDPW3.DOC. This file
  9. discusses recent enhancements.
  10.  
  11. This version includes online access to Basic and Text with Hugo Ferreyra's
  12. DIRACC (see DIRACC.DOC) integrated with this program.  Access to Text is
  13. by hitting SHIFT-F7 and SHIFT-F6 takes you to Basic.  To return from Text,
  14. use F8.  To return from Basic, do CALL HIMEM+19 -- assuming that XMDPW5.CO
  15. is the lowest (or only) CO program loaded in memory.  This can be
  16.  facilitated by defining a function key in Basic as follows:
  17.  
  18.         KEY6,"Term"+CHR$(24)+"CallXXXXX"+CHR$(13)
  19.  
  20. where XXXXX = TOP+19, top being the low address of the XMDPW5.CO.
  21.  
  22. This program also includes James Yi's original split screen code developed
  23. for the Tandy 200.  It is very nice in CIS COnferences.  To toggle it, hit
  24. SHIFT-F1 and send the CIS command /NOECHO while in the COnference.
  25. But to toggle on the splitscreen mode, the label line MUST be on. To use
  26. a label line function, first do SHIFT-F1 to toggle SS to off, then do your
  27. thing, then use SHIFT-F1 to get SS back.  Other approaches work, but confuse.
  28.  
  29. Finally, this program includes a macro routine by Jon Diercks.  To use it,
  30. go to TEXT and create a macro file named XMDMAC.DO.  Start each macro with a
  31. GRPH or CODE character.  The macro will continue until another such
  32. character is reached (i.e., macros can be multiple lines, as in Tony's macro
  33. program). To send a macro, just hit the CODE or GRPH key (e.g., GRPH held 
  34. while hitting the selected key) while on line.  Using DIRACC TEXT access, you
  35.  can even edit your XMDMAC file while on line!
  36.  
  37. If you have a Hayes compatible modem (e.g., WorldPort 1200), the
  38. companion program XMDHZ5.100 provides autodial and logon with a conventional
  39. ADRS.DO file.  I have included the above Key 6 definition in XMDHZ5.100, a
  40. Basic program.
  41.  
  42. One caution: If you use a function key to return to Term from Basic, make
  43. sure you zero the definition if XMDPW5.CO is removed from use.  Otherwise,
  44. hitting this key could be unfriendly!!
  45.  
  46.  
  47. Phil Wheeler 71266,125 GEnie: PWHEELER 22 Nov 1987 
  48.  
  49.