Dec 07 2011
Merge Files in DOS
You can easily concatenate ascii or binary files with the Windows command prompt using COPY: COPY /A file1.txt+file2.txt dest.txt COPY /B file1.bin+file2.bin dest.bin Where dest is the destination filename

Dec 07 2011
You can easily concatenate ascii or binary files with the Windows command prompt using COPY: COPY /A file1.txt+file2.txt dest.txt COPY /B file1.bin+file2.bin dest.bin Where dest is the destination filename
Aug 20 2009
Most of us already know cluster features aren’t provided on Windows 2003 server Standard Edition. The thing is you’ve got a shared storage space but you can’t (or don’t want to) afford 2 Windows Enterprise licences just for a file server. There is DFS indeed but one acknowledge it is a pity to replicate data [...]