Home | History | Annotate | Download | only in python2.7

Lines Matching refs:comspec

921                 comspec = os.environ.get("COMSPEC", "cmd.exe")
922 args = '{} /c "{}"'.format (comspec, args)
924 os.path.basename(comspec).lower() == "command.com"):