November 2012 archive

Combining Files in PowerShell

If you need to combine text files in cmd.exe, you would issue the following command:

If you wish to do the same for binary files, you would use the following command:

To do the same in PowerShell is pretty straightforward.  If the destination file does not already exist or already contains content, you’ll …

Continue reading