Search found 1 match

by ThomasLMahoney
03 Feb 2012 09:24
Forum: DOS Batch Forum
Topic: Help: Wildcards
Replies: 4
Views: 5046

Help: Wildcards

How do I use wildcard characters in commands? The closest I've gotten is:

Code: Select all

xcopy C:\"My Documents"\*.doc* D:\Documents\College\


Where *.doc* is any Word file that has the extension .docm or .docx. But it doesn't work. Can someone help me? :?