home *** CD-ROM | disk | FTP | other *** search
- True BASIC ALIAS
-
- Type │ Press │
- ─────────────────────┼────────────┼──────────────────────────────────────────
- ALIAS {help},dirname │ │ to tell True BASIC to look for help
- │ │ files in directory dirname
- │ │
- ALIAS {do} │ │ to view or edit the current alias
- │ │ for DO files
- │ │
- ALIAS │ │ to view all aliases
- ─────────────────────┴────────────┴──────────────────────────────────────────
-
- Use the ALIAS command to look for HELP, DO, or SCRIPT files in a different
- directory. You can also create new aliases and use them from programs.
- For example,
- ALIAS {ab}, a:, b:
-
- lets you look for a file on either disk drive with an open statement such as:
-
- OPEN #1: name "{ab}myfile"
-
- See also: HELP DO
- HELP SCRIPT
-