Skip to content

Instantly share code, notes, and snippets.

@grvgl
Created February 7, 2018 00:50
Show Gist options
  • Save grvgl/590f35bf70a5512369546ebe740e1869 to your computer and use it in GitHub Desktop.
Save grvgl/590f35bf70a5512369546ebe740e1869 to your computer and use it in GitHub Desktop.
@echo off
for /r %cd% %%a in (*.xml) do type "%%a" >> "all.xml"
@grvgl
Copy link
Author

grvgl commented Feb 7, 2018

  1. Download the zip file and unzip it.
  2. Copy the batch file in the root folder that contains other folders with XML files.
  3. 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