Posts by Jonathan Martins • 9 points
1 post
-
0
votes1
answer171
viewsQ: Concatenate . html files into a . htm with Powershell
So, I need to concatenate thousands of . html files to just one . htm, there’s already a file. batch that does this for me, using the following code: #type *.html > output.htm @echo off for /r…