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