Looking for relevant Development Whitepapers? Visit the SearchSQLServer.com Research Library.
skbinmul | May 3 2006 11:02PM GMT
You might try the copy command, with the append option:
copy C:WindowsSystem32DriveretcSourcefile.ext + C:WindowsSystem32DriveretcAppendedDataFile.ext C:WindowsSystem32DriveretcDestinationfile.ext
then save your source file by renaming it, and either copy your destination file to the source file or simply rename the destination file to the source file’s name.
I’ve never had to use it, but if you’re not working with text files, you could try the /B copy commandline switch to indicate binary files.
Hope this helps.