Batch Move Files (some syntax queries)
Posted: 07 Jan 2012 23:29
I've already resolved my own problems
but just wanna get more help in the area that I don't get so familiar with
The successful one:
The failing one (in CMD):
but just wanna get more help in the area that I don't get so familiar with
The successful one:
Code: Select all
MOVE "c:\*txt" "c:\txt\"
The failing one (in CMD):
Code: Select all
FOR "c:\txt\" %F IN (*.txt) DO MOVE %F "c:\txt\"