I have a batch script that I want to call from an MSBuild project, and the documentation says I can\'t use output from the batch (either console / environment variables) in
You can redirect the output of the command to a file using "> output.txt" and read that into a variable.
$(DropLocation)\$(BuildNumber)\Output.txt