Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #37235 > unrolled thread

Re: Windows subprocess.call problem

Started byChris Angelico <rosuav@gmail.com>
First post2013-01-22 10:43 +1100
Last post2013-01-22 10:43 +1100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Windows subprocess.call problem Chris Angelico <rosuav@gmail.com> - 2013-01-22 10:43 +1100

#37235 — Re: Windows subprocess.call problem

FromChris Angelico <rosuav@gmail.com>
Date2013-01-22 10:43 +1100
SubjectRe: Windows subprocess.call problem
Message-ID<mailman.771.1358811817.2939.python-list@python.org>
On Tue, Jan 22, 2013 at 12:04 AM, Dave Angel <d@davea.name> wrote:
> Why not just pass all the filenames as parameters in one invocation of
> notepad?  Assuming Notepad is written reasonably, that'll give it all to you
> in one window, instead of opening many separate ones.

The OP is talking about Windows Notepad. Assuming it to be, quote,
"written reasonably", unquote, is like assuming that an elected
politician has a brain, or that a young child will like broccoli, or
that a post from 88888 Dihedral will be useful and intelligible.

Also, I just tested Notepad, and if it's given multiple parameters, it
interprets them as a single filename with spaces in it (and then
offers to create that file). Was worth a try though.

ChrisA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web