home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / pg / pg100 / teleme.102 < prev    next >
Text File  |  2006-10-19  |  1KB  |  35 lines

  1. TELEME.100 by Paul Globman
  2.            Copyright (c) 1993
  3.  
  4. TELEME.100 requires RAM100.CO and enhances TELCOM so that
  5. the TERM F7 key will give the user access to the EME RAMPAC
  6. via RAM100.CO.
  7.  
  8. When you run TELEME.BA you will go to TELCOM as if you had
  9. selected TELCOM from the Menu.  Dial and log on as usual and
  10. once on-line, use F7 when it is necessary to move files
  11. between RAM and RAMPAC.  Turn the TELCOM label line off
  12. before pressing F7.
  13.  
  14. From the RAM100 menu, press F8(Term) to get back on-line. 
  15. To prevent the accidental use of F7 from TELCOM (when
  16. RAM100.CO is not installed) TELEME.BA removes TELCOM from
  17. the menu so your only access to TELCOM is via TELEME.BA.
  18.  
  19. If you want to restore TELCOM to the menu for use without
  20. RAM100, go into BASIC and type...
  21.  
  22.     LOAD"TELEME"<enter>
  23.     RUN5<enter>
  24.  
  25. This will restore TELCOM to the menu and "unhook" the F7
  26. key.
  27.  
  28. 0 'TELEME.100 (c) 1993 by Paul Globman
  29. 1 CLEAR0,61546:LOADM"RAM100"
  30. 2 POKE63864,184:POKE64270,118:POKE64271,240:POKE61653,106 :POKE61654,240:POKE62759,84:POKE62761,114:POKE62762,109
  31. 3 FORX=0TO11:READY:POKE61546+X,Y:NEXT:CLS:CALL20806
  32. 4 DATA 205,68,66,205,49,66,205,85,84,205,58,66
  33. 5 POKE63864,176:POKE64270,243:POKE64271,127:CLEAR0,MAXRAM :MENU
  34.  
  35.