home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / k / loadbasic / !LoadBasic / !Help < prev    next >
Encoding:
Text File  |  1991-10-08  |  894 b   |  40 lines

  1.  
  2.  Steve Turnbull's Basic Loader
  3.  =============================
  4.  
  5. Oh no, not another Basic Loader.
  6.  
  7. Load methods:
  8.  
  9. 1. Drag Basic program to icon.
  10. 2. Drag text file to icon.
  11. 3. Shift+Double-click on Basic program.
  12.  
  13. Predefined function keys
  14.  
  15. f3 SAVE|M
  16. f4 QUIT|M
  17. f5 EDIT.|M
  18. f6 RUN|M
  19. f7 TRACE ON|MRUN|M
  20. f12 QUIT|M
  21.  
  22. This Basic Loader does not commit the heinous crime
  23. of changing the current directory, instead it sets a
  24. variable:
  25.  
  26. <BasicSave$Dir>
  27.  
  28. To the directory the file was loaded from. This is
  29. as useful as altering the current directory and
  30. doesn't upset any other (badly written) programs
  31. in the process.
  32.  
  33. The BasicEdit module is copyright to Acorn (of
  34. course) but anyone who has an Archimedes/A3000 has
  35. got it anyway (and anyone who hasn't got on won't
  36. want this utility).
  37.  
  38. As fas as I'm concerned this is PD and you can do
  39. what you like with it. [Recycle it as fire lighters
  40. for all I care.]