home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / move / summary.hlp < prev   
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  27 lines

  1.                 MOVE
  2.  
  3. The MOVE external command is used to move files (created in a new location 
  4. and deleted from the old). Few versions of DOS have this command. (See the
  5. MOVFIL topic for a batch file which can move files.)
  6.  
  7. MOVE [d1:][pathname1]filename1[.ext1] [d2:][pathname2]filename2[.ext2] 
  8. or
  9. MOVE [d1:][pathname1]filename1[.ext1] ... [d2:][pathname2]
  10.       \____________________________/       \____________/
  11.              \source/            \destination/
  12.  
  13. [d1:][pathname1]filename1[.ext1] ... is the source file or files.  Multiple 
  14.     files can be moved by listing them or using wildcard characters when the
  15.     destination is a directory.
  16.  
  17. [d2:][pathname2]filename2[.ext2] is the destination file. One source file
  18.     can be moved.
  19.  
  20. [d2:][pathname2] is the destination directory the source file(s) are moved to.
  21.  
  22. MOVE will not 
  23.     destroy an existing destination file
  24.     move a file to a non-existant directory
  25.     move a file to itself. 
  26. MOVEing an empty file may or may not work.
  27.