home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / USCX / DOSUT-03.ZIP / MOVE.DOC < prev    next >
Text File  |  1983-08-01  |  795b  |  25 lines

  1. The purpose of the MOVE command is to use DOS function call 56H to
  2. rename a file across directories. This provides for the effective
  3. movement of a file between directories without having to actually copy
  4. the data. If the to and from paths are the same, this command acts
  5. as a straight RENAME.
  6.  
  7. The Syntax of the MOVE command is:
  8.  
  9.       MOVE  \path\name.ext \path\name.ext
  10.  
  11.    where:the first operand is the from path\name, and the second
  12.          operand is the to path\name.
  13. There are no other options.
  14.  
  15. Restrictions:
  16. The data is not physically moved, therefore, a 'move' can only be done
  17. between datasets on the SAME drive.
  18.  
  19. The MOVE command is for DOS 2.0 ONLY. It is not supported by DOS 1.1.
  20.  
  21. Author: Original by Mike Turner, modified by Brian Pierce
  22.  
  23.  
  24. SIG/Access:
  25.