home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / tech / rf4 / helical.txt < prev    next >
Text File  |  1986-04-17  |  587b  |  25 lines

  1.  
  2.  
  3.  
  4.  
  5.   The files on this disk are in ASCII form so they can be read by the
  6. greatest number of versions of BASIC. In order to make the program you
  7. will use load faster you should save it in "tokenized" form.
  8.   An example follows of how to load and save an ASCII program on an IBM PC
  9. or compatible with a basic "work disk" in drive A: and this disk in drive B:
  10.     
  11. A>BASIC   <-- get into BASIC
  12.  
  13. (basic sign-on message here)
  14.  
  15. LOAD "B:HELICAL.ASC" <-- loads the ASCII program from this disk
  16.  
  17. SAVE "A:HELICAL.BAS <-- saves as HELICAL.BAS on your work disk
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.