subprocess.Popen under windows 7
Tim Golden
mail at timgolden.me.uk
Fri Dec 9 04:28:07 EST 2011
More information about the Python-list mailing list
Fri Dec 9 04:28:07 EST 2011
- Previous message (by thread): subprocess.Popen under windows 7
- Next message (by thread): subprocess.Popen under windows 7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 09/12/2011 08:32, Ulrich Eckhardt wrote: > Am 08.12.2011 23:41, schrieb Frank van den Boom: >> arglist = [PATH_TO_7ZIP,"a", "-sfx", archive_name, "*", "-r", >> "-p",PASSWORD] > > The "*" is resolved by the shell, this is not a wildcard that gets > passed to the program. At least not normally, your case might be different. "... not normally" == "... not on Unix". On Windows, the shell doesn't do any wildcard expansion. The OP is asking about behaviour on Windows 7. TJG
- Previous message (by thread): subprocess.Popen under windows 7
- Next message (by thread): subprocess.Popen under windows 7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list