Unlike most scripting scenarios, batch files don't need an interpreter; this means there's no natural candidate for the first line of the file;
- Code: Select all
build # WHAT GOES HERE?
lineNumberRegex ^(...*?):([0-9]*):?([0-9]*)
showWhenFinished true
workingDir $ProjectDir
Anyone know how I can get this working?