"Mike Hood" wrote in message
> Problem solved now (see earlier reply) - but, I beg to differ over the need
> for the "\*.*" at the end.
You would be unwise to omit the trailing \*.* from the destination
filespec in COPY-ing. If you make a habit of this omission, and the
destination folder happens not to exist (say, because of a typo in
its name), all the files specified in the source wildcard may be
concatenated in ASCII COPY mode to a single destination file
(assigned with the folder name as filename). This is unlikely to
be helpful, nor what you intend, and the single destination file
contents may be unrecoverable as separate files.
Merely to save a few characters in the command line, the
resulting command ambiguity may become a nasty problem
waiting to happen when you least expect or want it.
--
William Allen
Free interactive Batch Course
http://www.allenware.com/icsw/icswidx.htm
Batch Reference with examples
http://www.allenware.com/icsw/icswref.htm
From email address not checked. Contact us at
http://www.allenware.com/