G
Gene Wirchenko
Dear Win7 Folk:
There seems to be an option missing in xcopy, but possibly, I am
overlooking it.
The documentation for the /i option states:
"If destination does not exist and copying more than one file, assumes
that destination must be a directory."
What I want is just like this but for file. IOW, I want an
option that behaves like:
"If destination does not exist and copying more than one file, assumes
that destination must be FILES."
I occasionally copy groups of files renaming them as I go. For
example:
xcopy *.html *.ht
I need to do this, because I have some utilities that only understand
8.3 filenames. This sets off xcopy's file/directory query.
I have kludged something by creating a file containing "f" and
attaching it to stdin:
xcopy ... <shortf.dat
but this is a kludge and would likely cause trouble if there were a
different prompt.
Ideally, this should work in Windows XP (which as some of you
know, I still use).
Sincerely,
Gene Wirchenko
There seems to be an option missing in xcopy, but possibly, I am
overlooking it.
The documentation for the /i option states:
"If destination does not exist and copying more than one file, assumes
that destination must be a directory."
What I want is just like this but for file. IOW, I want an
option that behaves like:
"If destination does not exist and copying more than one file, assumes
that destination must be FILES."
I occasionally copy groups of files renaming them as I go. For
example:
xcopy *.html *.ht
I need to do this, because I have some utilities that only understand
8.3 filenames. This sets off xcopy's file/directory query.
I have kludged something by creating a file containing "f" and
attaching it to stdin:
xcopy ... <shortf.dat
but this is a kludge and would likely cause trouble if there were a
different prompt.
Ideally, this should work in Windows XP (which as some of you
know, I still use).
Sincerely,
Gene Wirchenko