Skip to content

Instantly share code, notes, and snippets.

@Varriount
Created October 12, 2013 00:54
Show Gist options
  • Save Varriount/6944308 to your computer and use it in GitHub Desktop.
Save Varriount/6944308 to your computer and use it in GitHub Desktop.
from osproc import execCmdEx
when isMainModule:
var output, exitcode = execCmdEx("7z")
echo(output)
echo(exitcode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment