When I run this command, I am only getting that last file copied and none of
the other files. It appears that each file is overwriting the destination
file.
Any help in finding out what I am doing wrong will be greatly appreciated.
Use COPY instead.
--
Michael Bednarek http://mbednarek.com/ "POST NO BILLS"
The way I read this, XCopy copies the first file and names the copy
REMITT.TXT. Then it copies the next file giving it the same name thus
overwriting the first, and so forth. So of course you get only the last
file. :->)
--Ethan
FOR %I IN (*.DET) DO TYPE %I>>REMITT.TXT
But this really has nothing to do with DOS-based BASIC
interpreters/compilers, for which this newsgroup was conceived.
- Bob.