home *** CD-ROM | disk | FTP | other *** search
- Explanation of the XCOPY command.
- It is EXTERNAL.
-
- This command will copy files, directories
- and subdirectories. The only thing it won't
- copy are hidden and system files.
-
- Example:
- To copy the files in drive C:\games
- to drive D:\games you could use the
- normal copy command or XCOPY as
- follows:
- xcopy c:\games\*.* d:\games\*.*