Archive for the 'Windows' Category

 

 

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

Jan 16 2011

DFS Replication, Watch out!

Published by dave under Windows

Based on advice from a Microsoft techie, I decided to set up DFS (Distributed File System) on a few remote sites about a year ago. Sceptical at first, The rpoduct is so disappointing that I decided to warn people who haven’t made their mind up.   Here are 6 good reasons NOT to use DFS: [...]

No responses yet

Jan 12 2011

Store Windows Credentials

Published by dave under Windows

Windows prompt for a login and password when the current logged in user wants to access a share on a different domain or workgroup. It is possible to store identification information or “credentials” so you’re not prompted for the login and password every time you access the Windows share.   Command Line   Server_address can [...]

No responses yet

Next »