Runcommand Plugin on Windows
Closed, ResolvedPublic

Description

On Linux we are using /bin/sh to execute arbitrary shell commands.

Find an alternative command that works on Windows or just use QProcess to directly execute the command (without some shell goodies)

cmd /C command-goes-here can be used to run command line commands on windows.
An C++ api is mentioned in this stack overflow question.
Windows contains several shells like cmd, powershell and wsl, so we may need to handle that.

nicolasfella closed this task as Resolved.Nov 8 2018, 2:21 PM
nicolasfella claimed this task.