Apart from Batch script, which script I can use that don't need installation or configuration at client system and can be invoked from windows visual studio?
powershell python etc. needs installation.
I'm working on Visual studio build output formatting task, so using batch scrip, but facing lots of unfixable issues as reported below. if log line contains > < it is performing file operation instead of just evaluation and display. What does set str1=#%str1% mean in batch script, why it accidently performing file overwrite?