In unix, to copy a set of files, I can do something like:
cp /mydocuments/ID00{1..5}F /somewhere
what would the equivalent command in windows command line look like? I tried '(1,1,5)' instead of '{1..5}', but that doesn't seem to work.
Edit: 'Windows command line'