Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: xcopy help  (Read 6929 times)

0 Members and 1 Guest are viewing this topic.

99mustang232

  • Guest
xcopy help
« on: July 29, 2004, 08:38:39 AM »
is there any way to use the xcopy or another command to copy files from a pc based on file extension and not retian the file structure when puting them in the destination.  would like to copy all files from one computer with the same file type to one directory without making all of the file structure sub-directories.

MalikTous

  • Guest
Re: xcopy help
« Reply #1 on: July 29, 2004, 01:09:09 PM »
If the directory structure is stable and known, you could use a batch script to copy from each directory to a single destination. Otherwise, xcopy is designed to copy the file tree along with the files to a destination.