Created
February 7, 2018 00:50
-
-
Save grvgl/590f35bf70a5512369546ebe740e1869 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
for /r %cd% %%a in (*.xml) do type "%%a" >> "all.xml" |
Author
grvgl
commented
Feb 7, 2018
- Download the zip file and unzip it.
- Copy the batch file in the root folder that contains other folders with XML files.
- Make sure that the path to the folder does not contain space in the folder names.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment