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

  1. True BASIC           ENTER
  2.      
  3.       Type         │   Press      │
  4. ───────────────────┼──────────────┼──────────────────────────────────────────
  5.                    │              │
  6.  ENTER dirname     │              │  to switch to directory `dirname'
  7.                    │              │ 
  8.  ENTER b:dirname   │              │  to switch to directory `dirname'
  9.                    │              │  on Drive B
  10.                    │              │
  11. ───────────────────┴──────────────┴──────────────────────────────────────────
  12.  
  13. The ENTER command lets you switch to another directory.
  14. You can switch disks and/or directories in a single command.
  15. For instance:
  16.  
  17.     ENTER a:\sources
  18.  
  19. switches to disk "a:" and to the "sources" directory on that
  20. disk.  ENTER prints "No such directory." if that directory
  21. doesn't exist, or if you're trying to switch to a file rather
  22. than a directory.  Use the INFO command to find your current directory.
  23.  
  24. See also:    HELP INFO
  25.