Skip to main content
Minor edit: grammar/spelling/case/punctation/etc.
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

If I would replace batch files, I would do it using some .NetNET language. .NetNET has libslibraries included for threading, starting an appapplication and processing the output easily. And you can offcourseof course use C# for example as an scripting language, or even powershellPowerShell or pythonPython.

If I would replace batch files, I would do it using some .Net language. .Net has libs included for threading, starting an app and processing the output easily. And you can offcourse use C# for example as an scripting language, or even powershell or python.

If I would replace batch files, I would do it using some .NET language. .NET has libraries included for threading, starting an application and processing the output easily. And you can of course use C# for example as an scripting language, or even PowerShell or Python.

Source Link
Dykam
  • 10.3k
  • 4
  • 29
  • 32

If I would replace batch files, I would do it using some .Net language. .Net has libs included for threading, starting an app and processing the output easily. And you can offcourse use C# for example as an scripting language, or even powershell or python.