home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / append / hints.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  19 lines

  1. APPEND is useful but should be used with caution. Many programs do not use 
  2. the PATH environment variable to locate input files. APPEND will allow such 
  3. commands to find their input files even when they are not in the current 
  4. directory. 
  5.  
  6. WARNING: While use of APPEND will allow commands to find input files, output 
  7. files will still be written in the current directory if an explicit pathname
  8. is not provided. This may not produce the desired result. 
  9.  
  10. APPEND is typically included in the AUTOEXEC.BAT file. APPEND may be executed 
  11. multiple times to add to its list, but it can only be 127 characters long. A 
  12. long pathname may exceed this limit. Careful use of the SUBST command before 
  13. executing APPEND can alleviate this limitation. If the /E option is used, the 
  14. SHELL line in CONFIG.SYS may be needed to increase the size of the DOS
  15. environment space. 
  16.  
  17. DIR with wildcards will list files in the current directory and (possibly) 
  18. in APPENDed directories, which can get confusing.
  19.