Quiltface
Active Member
I am trying to move files via the CLI... Lets say the file names are...
00009^20090411^00^Test Report^5 .stats^.rpt
I want to be able to move all the files that are from april in a command.
however my command of
move C:\test\00009^200904* d:\test
gives me an error of...
"A duplicate file name exists, or the file cannot be found."
however
move c:\test\00009^* d:\test
works just fine... but then ALL of the files get moved and not just the ones from that month. I cannot change the name of the files they are generated by a program
00009^20090411^00^Test Report^5 .stats^.rpt
I want to be able to move all the files that are from april in a command.
however my command of
move C:\test\00009^200904* d:\test
gives me an error of...
"A duplicate file name exists, or the file cannot be found."
however
move c:\test\00009^* d:\test
works just fine... but then ALL of the files get moved and not just the ones from that month. I cannot change the name of the files they are generated by a program