home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / pg / pgnode / node1 / telnod.100 < prev   
Text File  |  2006-10-19  |  1KB  |  33 lines

  1.  
  2. TELNOD.100 by Paul Globman
  3.            Copyright (c) 1990
  4. -----------------------------
  5. TELNOD.100 requires RAMDSK.CO (see RAMDSK.PRD in DL13) and enhances TELCOM
  6. so that the TERM F7 key will give the user access to the Node Datapac via
  7. RAMDSK.CO.
  8.  
  9. When you run TELNOD.BA you will go to TELCOM as if you had selected TELCOM
  10. from the Menu.  Dial and log on as usual and once on-line, use F7 when it is
  11. necessary to move files between RAM and Datapac.
  12.  
  13. From the RAMDSK menu, press F1(Term) to get back on-line.  To prevent the
  14. accidental use of F7 from TELCOM (when RAMDSK.CO is not installed) TELNOD.BA
  15. removes TELCOM from the menu so your only access to TELCOM is via TELNOD.BA.
  16.  
  17. If you want to restore TELCOM to the menu for use without RAMDSK, go into
  18. BASIC and type...
  19.  
  20.     LOAD"TELNOD"<enter>
  21.     RUN5<enter>
  22.  
  23. This will restore TELCOM to the menu and "unhook" the F7 key.
  24.  
  25. See file TELNOD.CMD in DL10 for usgae tips.
  26. -----------------------------------------------------------------------------
  27. 0 'TELNOD.100 (c) 1990 by Paul Globman
  28. 1 CLEAR0,61669:LOADM"RAMDSK"
  29. 2 POKE63864,184:POKE64270,238:POKE64271,240:POKE61742,229:POKE61743,240:POKE62799,84:POKE62801,114:POKE62802,109
  30. 3 FORX=0TO11:READY:POKE61669+X,Y:NEXT:CLS:CALL20806
  31. 4 DATA 205,68,66,205,49,66,205,85,84,205,58,66
  32. 5 POKE63864,176:POKE64270,243:POKE64271,127:CLEAR0,MAXRAM:MENU
  33.