Copying files

  • Thread starter Thread starter RazorFang
  • Start date Start date
R

RazorFang

I have a folder containing several different file types, i want to just tag
one specific filetype and copy it to a new folder, is there a way to that?
in dos you used to be able to use the copy *.wav command..
 
Hi

You can do the same from a command prompt. From Start>Run type

cmd

and then change to the appropriate folder. From there you can use the copy
command.

--

Will Denny
MS-MVP Windows - Shell/User


| I have a folder containing several different file types, i want to just
tag
| one specific filetype and copy it to a new folder, is there a way to that?
| in dos you used to be able to use the copy *.wav command..
|
|
 
Will Denny said:
Hi

You can do the same from a command prompt. From Start>Run type

cmd

and then change to the appropriate folder. From there you can use the copy
command.

Worked great!! thank!
 
|
| | > Hi
| >
| > You can do the same from a command prompt. From Start>Run type
| >
| > cmd
| >
| > and then change to the appropriate folder. From there you can use the
| copy
| > command.
| >
| > --
| >
| > Will Denny
| > MS-MVP Windows - Shell/User
|
| Worked great!! thank!

You're welcome - glad to help.
 
Or, if you have the proper view setup for explorer, select "type". Files
will be arranged by type at that point.
Am sure you now how to select the files at that point for copying...
 
Back
Top