Sign in
Robert Bernstein's Blog
Options
Blog Home
About
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ALM
BitLocker
Client-Side Hyper-V
cmd.exe
Encoding
Event Viewer
eventvwr
Hostname
Hyper-V
IP Address
Log Off
Logging
NLog
PowerShell
Security
Sign Out
Source Control
Storage Pools
strings
TechEd
TFS
Title
Visual Studio
Windows 8
Windows Server 2012
Archive
Archives
April 2013
(3)
February 2013
(2)
January 2013
(1)
December 2012
(1)
November 2012
(1)
October 2012
(1)
September 2012
(1)
August 2012
(2)
July 2012
(1)
June 2012
(3)
Social Media Sharing
November, 2012
MSDN Blogs
>
Robert Bernstein's Blog
>
November, 2012
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Robert Bernstein's Blog
Combining Files in PowerShell
Posted
5 months ago
by
Robert Bernstein
0
Comments
If you need to combine text files in cmd.exe, you would issue the following command: copy file1.txt+file2.txt+file3.txt combined_files.txt If you wish to do the same for binary files, you would use the following command: copy /b file1.bin+file2.bin+file3...
Page 1 of 1 (1 items)