Skip to content

Instantly share code, notes, and snippets.

@brunomlopes
Created August 26, 2010 22:20
Show Gist options
  • Save brunomlopes/552373 to your computer and use it in GitHub Desktop.
Save brunomlopes/552373 to your computer and use it in GitHub Desktop.
class OpenCommandLine(BaseIronPythonCommand):
@property
def Name(self):
return "OpenCommandLine"
def Execute(self, args):
return "cmd.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment