J
jd
How does one copy different named folders (and contents), and the only thing
they have in common is ".fol" in their name?
eg..
C:\Banana
C:\Orange.fol
C:\Grape
C:\Peach.fol
To only copy Orange and Peach I tried using:
xcopy C:\*.fol\*.* D:\Backup\ /y
But it tells me no files found...
Using only native windows commands (or scripts) is this possible?
they have in common is ".fol" in their name?
eg..
C:\Banana
C:\Orange.fol
C:\Grape
C:\Peach.fol
To only copy Orange and Peach I tried using:
xcopy C:\*.fol\*.* D:\Backup\ /y
But it tells me no files found...
Using only native windows commands (or scripts) is this possible?