home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / pg / pgnode / node2 / telnod.do < prev    next >
Text File  |  2006-10-19  |  5KB  |  100 lines

  1.            TELNOD.CMD (c) 1990, Randall W. Hess & Paul Globman
  2.                              All Rights Reserved
  3.            ---------------------------------------------------
  4.      
  5.      
  6.              TELNOD.CMD integrates the operation of TELCOM with
  7.      RAMDSK.CO and permits you to fully access the Node DATAPAC while
  8.      on-line with the internal modem, without losing the carrier!
  9.      This greatly expands the amount of memory available for
  10.      uploads and downloads while using the internal modem.  It uses
  11.      Paul Globman's RAMDSK.CO(c) to access the DATAPAC while on-line
  12.      and utilizes XOS-C.
  13.              XOS-C/RAMDSK users can now choose between the on-line
  14.      bank switching of XOS/XTLCM3's F7 or, by running TELNOD.CMD,
  15.      F7 direct on-line access to the DATAPAC.  (And TELNOD doesn't
  16.      affect XOS-C's F6 enhancements!)
  17.      
  18.                      SET-UP
  19.      
  20.              Remove all download "garbage" and checksum this file!
  21.      The best way to create TELNOD is simply "Copy" the 5 lines of code at
  22.      the end of these instructions using TEXT's F7 and F5.  Then go into
  23.      BASIC, type NEW <ENTER> and "Paste" the code into BASIC, "Save"
  24.      the code as TELNOD.BA and make a back-up copy.  XOS-C must be
  25.      installed and RAMDSK.CO must be in Bank-3.  TELNOD.BA can be
  26.      renamed as CMD>.BA or anything else but must also be on the menu in
  27.      Bank 3 to operate properly.  TELNOD.BA is 405 bytes long.
  28.      
  29.      
  30.                      OPERATION
  31.      
  32.              Run TELNOD.BA using XOS-C's F3(CMD>) function key.  TELNOD
  33.      clears RAM space for RAMDSK.CO, loads it into HIMEM from Bank 3,
  34.      and then goes to TELCOM: dial-up as usual.
  35.              Once you are on-line, Function Key F7 will take you
  36.      directly to RAMDSK.CO.  After incoming data stops, either at a
  37.      prompt or after using a CTRL-O or CTRL-S, simply press F7 to access
  38.      the DATAPAC: move files to/from RAM, rename etc.  When
  39.      you've finished with the DATAPAC press F1 (now labeled "Term") to
  40.      return on-line and, when the "term" label line displays, you can
  41.      continue where you left off.
  42.      
  43.  
  44.                      USAGE TIPS
  45.  
  46.              - REMEMBER that F6 will give you "bytes free" while on-line
  47.      and SHIFT/F6 takes you to TEXT for editing RAM files while on-line.
  48.  
  49.              - STOP your download with the F2 key BEFORE accessing the
  50.      DATAPAC.  Failure to turn F2 "off" will cause the "bytes-free"
  51.      function of F6 to return an inaccurate value.  (Subsequent download
  52.      to the same-named file followed by F2/"off" SHOULD restore accurate
  53.      F6 operation but repeated DATAPAC access without first turning F2
  54.      "off" may cause TELCOM to abort ALL downloads.)
  55.  
  56.              - If you're downloading and don't mind "losing" a few
  57.      bytes, then simply keep an eye on the "down" label and send a
  58.      CTRL-S when you see the "download aborted" (RAM full) message.
  59.      Press F7, save the file to the DATAPAC, and press F1 to return
  60.      on-line.  (Don't forget the CTRL-Q!)  Since RAMDSK only needs 1-2
  61.      seconds to copy 17k of data to the DATAPAC, this is probably the
  62.      fastest way to download a lot of message traffic etc.
  63.    
  64.              - You might find it helpful to use the same name for all
  65.      downloads (e.g "TMP") and simply save the files to the DATAPAC with
  66.      more meaningful names.  Subsequent downloads to "TMP" will, of course,
  67.      "kill" the previous download to that file and restore RAM for the 
  68.      next use.
  69.  
  70.              - Many information services will "hang-up" after a while if
  71.      you don't remind them you're still around.  And remember: the
  72.      "meter" is still running while you're using the DATAPAC.
  73.  
  74.              - DON'T move .BA files from the DATAPAC into RAM while on-line!
  75.  
  76.  
  77.              When you've finished with TELCOM, exit Term & TELCOM as
  78.      usual with F8.  The main menu will display briefly, clear and
  79.      redisplay: TELNOD.BA has now removed itself and RAMDSK.CO,
  80.      restored HIMEM to 61104 and reset all "hooks" to the XTLCM3 values
  81.      used by XOS-C.
  82.      
  83.      
  84.              If you have any problems, comments or suggestions please
  85.      leave a message on the M100 SIG or drop a note via E-Mail.
  86.      
  87.  
  88.              Randy Hess        Paul Globman
  89.              73267,552         72227,1661
  90.              Omaha, Ne         Sunrise, Fl
  91.                        May, 1990
  92.      
  93.  
  94. =============================================================================
  95. 0 'TELNOD.CMD(c)1990,R.Hess&P.Globman
  96. 1 A=59778:IFHIMEM-ATHENCLEAR0,A:CALL41179:X$="3:RAMDSK.CO":CALL63600,8,VARPTR(X$):IFPEEK(61302)=0THEN3
  97. 2 IPL"":A=-738:POKEA,1:POKEA+1,7:POKEA+2,255:CLEAR0,MAXRAM:NEW
  98. 3 FORX=0TO59:READY:POKE59778+X,Y+X:NEXT:CALLHIMEM
  99. 4 DATA33,83,99,31,11,233,27,107,101,25,7,227,21,150,219,19,45,228,15,168,213,13,43,222,9,153,207,7,223,204,175,222,63,0,45,209,-2,28,207,-6,128,115,-8,18,201,160,-46,-47,157,50,29,154,25,26,151,65,43,148,31,20
  100.