home *** CD-ROM | disk | FTP | other *** search
- True BASIC ENTER
-
- Type │ Press │
- ───────────────────┼──────────────┼──────────────────────────────────────────
- │ │
- ENTER dirname │ │ to switch to directory `dirname'
- │ │
- ENTER b:dirname │ │ to switch to directory `dirname'
- │ │ on Drive B
- │ │
- ───────────────────┴──────────────┴──────────────────────────────────────────
-
- The ENTER command lets you switch to another directory.
- You can switch disks and/or directories in a single command.
- For instance:
-
- ENTER a:\sources
-
- switches to disk "a:" and to the "sources" directory on that
- disk. ENTER prints "No such directory." if that directory
- doesn't exist, or if you're trying to switch to a file rather
- than a directory. Use the INFO command to find your current directory.
-
- See also: HELP INFO
-