Skip to content

Instantly share code, notes, and snippets.

@cmawhorter
Forked from shaosh/gist:40cb2db191d6dc755251
Last active August 29, 2015 14:06
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 cmawhorter/cfbdf32fe7fe47368b99 to your computer and use it in GitHub Desktop.
Save cmawhorter/cfbdf32fe7fe47368b99 to your computer and use it in GitHub Desktop.
REM What is the working directory of this script?
REM Reports will be relative to that.
if not exist reports echo "no" && mkdir reports
cd reports
type nul > report.xml
REM this is probably the source of your problem
REM echo ^<?xml version="1.0" encoding="UTF-8"?> >> report.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment