Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhishekdagarit/a79dd2cfc5e2a7c978cee4bb4f674497 to your computer and use it in GitHub Desktop.
Save abhishekdagarit/a79dd2cfc5e2a7c978cee4bb4f674497 to your computer and use it in GitHub Desktop.
Combining XMLs into 1 using command prompt
for %f in (*.xml) do type "%f" >> combined.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment