Closed technicalcapt closed 3 years ago
Since window internal commands don't work well with System.cmd/3. You'll need to specify cmd.exe and the /c argument so it could return the ouput.
System.cmd/3
cmd.exe
/c
This PR addresses #6
thanks @technicalcapt
Since window internal commands don't work well with
System.cmd/3
. You'll need to specifycmd.exe
and the/c
argument so it could return the ouput.This PR addresses #6