0

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?

2
  • Some version of Powershell is installed with windows so you don't need to install it. But yes, depending on what you do, you might need to install modules. I always fall back to VBScript which is pretty much out of date but a lot friendlier than batch script Commented Jul 11, 2023 at 5:22
  • You should be able to do a bunch of generic file manipulation with whatever old Powershell version is installed on windows. Commented Jul 11, 2023 at 5:23

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.