home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / XMOVE.ZIP / XMOVE.DOC next >
Encoding:
Text File  |  1989-08-27  |  636 b   |  13 lines

  1. Created using Turbo Pascal, Copyright (c) Borland International 1987,1988.
  2. XMOVE Utility by John Gatewood Ham
  3. Usage is:
  4.          --Source--             --Target--
  5. XMOVE [drive:][path\]filespecs [drive:]path [/S]
  6. XMOVE will rename all files matching filespecs from the source
  7. directory to the target directory on a drive, creating the
  8. Target directory if necessary.  The /S switch will cause the
  9. Program to recur through subdirectorys.  Both Source and
  10. Target must be on the same drive.  Since only directory entries
  11. are manipulated, it is much faster than xcopy, and you don't
  12. have to worry about running out of disk space.
  13.