Archive for the tag 'DOS'

 

 

Dec 07 2011

Merge Files in DOS

Published by dave under Windows

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

No responses yet

Aug 20 2009

File server cluster on Windows 2003 Server Standard Edition

Published by dave under Windows

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 [...]

No responses yet