home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l076 / 1.ddi / ALIAS.TRU < prev    next >
Encoding:
Text File  |  1986-09-13  |  1004 b   |  25 lines

  1. True BASIC             ALIAS
  2.      
  3.       Type           │   Press    │
  4. ─────────────────────┼────────────┼──────────────────────────────────────────
  5. ALIAS {help},dirname │            │  to tell True BASIC to look for help
  6.                      │            │  files in directory dirname
  7.                      │            │
  8.   ALIAS {do}         │            │  to view or edit the current alias
  9.                      │            │  for DO files
  10.                      │            │
  11.    ALIAS             │            │  to view all aliases
  12. ─────────────────────┴────────────┴──────────────────────────────────────────
  13.  
  14. Use the ALIAS command to look for HELP, DO, or SCRIPT files in a different
  15. directory.  You can also create new aliases and use them from programs.
  16. For example,
  17.                 ALIAS {ab}, a:, b:
  18.  
  19. lets you look for a file on either disk drive with an open statement such as:
  20.  
  21.                 OPEN #1: name "{ab}myfile"
  22.  
  23. See also:    HELP DO
  24.              HELP SCRIPT
  25.