We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This line:
https://github.com/tadzik/Shell-Command/blob/1145ea0ff71507b2fe932fca6d2a68d4004c7d12/lib/Shell/Command.pm#L7
Assumes that cmd.exe is on the PATH. This is not guaranteed on a Windows system, so it might be helpful to change to the full path:
cmd.exe
C:\Windows\System32\cmd.exe
or to emit some warning if not found. The current incarnation just fails silently with regard to a missing cmd.exe.