home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / acorn / riscos3 / support / Commands next >
Encoding:
Text File  |  1991-09-02  |  1.2 KB  |  37 lines

  1. | Commands
  2. |
  3. | This file changes the commands which will be
  4. | invoked if the particular abbreviations are used.
  5. | In particular this allows the abbreviaton ba. to
  6. | mean "basic" rather than "back"
  7. |
  8. | You need to double click this command file for
  9. | some applications which depend on "ba." meaning
  10. | "basic".
  11. |
  12. *Set Alias$BUILD %Build %*0
  13. *Set Alias$BaSIC %Basic %*0
  14. *Set Alias$Back %Back %*0
  15. *Set Alias$Backup %Backup %*0
  16. |
  17. | The following causes the abbreviation chan. (or
  18. | ch.) to mean ChannelVoice rather than
  19. | ChangeDynamicArea
  20. |
  21. *Set Alias$ChannelVoice %ChannelVoice %*0
  22. |
  23. | You can add this file to !System.!Boot on your
  24. | system disc if you want these changes to occur
  25. | every time you reboot RISC OS, however we
  26. | recommend that you avoid the use of abbreviations
  27. | except as a convenience when typing commands at
  28. | the command line (if you ever do this).
  29. |
  30. | If you are writing an application you should NEVER
  31. | use abbreviations for commands.  Always use the
  32. | full command name.  Acorn attempts to ensure that
  33. | full command names remain unique even though new
  34. | commands are being written all the time, it is,
  35. | however, almost impossible to guarantee the
  36. | uniqueness of abbreviations.
  37.