Why does MOVE command in DOS treat wildcard patterns oddly in this case?
- by Adisak
I am using the "move" command with a wildcard pattern in the CMD prompt under Windows 7.
In my source directory, I have the following files:
movie1.avi
movie1.avi_metadata
movie2.avi
movie2.avi_metadata
If I type the command move source\*.avi dest it will move all four files even though I would expect it to only move the two *.avi files and…