Skip to content

Add tip to execute batch from PowerShell

What does this MR do?

Add tip to execute batch from PowerShell

Why was this MR needed?

This is part of #4163 (closed) point 1

Provide a guide to the user how they should migrate away to batch, for example showing them how to invoke batch through PowerShell, for example Start-Process "cmd.exe" "/c C:\Path\file.bat"

The main behind this is to help migrate users to PowerShell since it's the recommended shell.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • [x¡] In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

#4163 (closed)

Merge request reports

Loading