I have released a new version:
- You can specify a working directory like this:
res = processRunner.Run("C:/Program Files/Git/usr/bin/file.exe", ["twain_32.dll"], "C:/Windows")
- You can use environment variables in the path
res = processRunner.Run("%comspec%", ["/c", "echo test"])