I have a folder with approx 10000 images, and I need to copy about 500 of them to another folder.
If I create a list of the files I want to copy, how could I copy the files the files?
Was thinking vbscript or is it possible thorough DOS commands such as Xcopy using switches?
Thanks,
assuming that you had the list of files in a text file, here’s a vbscript
save as myscript.vbs and on command line
OR if you want batch
if you want to move list of files according to some pattern, just do