home *** CD-ROM | disk | FTP | other *** search
/ Play and Learn 2 / 19941.ZIP / 19941 / COMREF / DOS5TUT / APPEND.DAT next >
Encoding:
Text File  |  1994-02-05  |  392 b   |  17 lines

  1. Append enables files in other directories 
  2. to be opened as if they were in the current 
  3. directory.
  4.  
  5. To get a list of the appended directories 
  6. you have to type:           append
  7.  
  8. To cancel the current list of appended 
  9. directories you type:       append;
  10.  
  11.  
  12. Example:
  13.        append b:\digger;a:\games
  14. this will append the digger directory on B 
  15. with the games directory in A.
  16.  
  17.