Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!news.roellig-ltd.de!open-news-network.org!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: UNSURE 0.494 X-Spam-Level: **** X-Spam-Evidence: '*H*': 0.24; '*S*': 0.23; 'interpreter,': 0.16; 'subject:python': 0.16; 'command': 0.22; 'header:User-Agent:1': 0.23; 'header:In-Reply-To:1': 0.27; 'skip:p 30': 0.29; 'subject:the': 0.34; 'something': 0.35; 'loss': 0.38; 'to:addr :python-list': 0.38; 'explain': 0.39; 'does': 0.39; 'subject:" ': 0.39; 'to:addr:python.org': 0.39; 'from:charset:utf-8': 0.61; 'back': 0.62; 'received:62': 0.63; 'received:192.168.13': 0.84; 'received:192.168.13.238': 0.84; 'received:62.179': 0.84; 'received:62.179.121': 0.84; 'received:edge03.upcmail.net': 0.84; 'received:upcmail.net': 0.84 X-SourceIP: 89.134.227.148 Date: Sat, 15 Feb 2014 12:43:50 +0100 From: =?UTF-8?B?TmFneSBMw6FzemzDsyBac29sdA==?= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Install python 2 and 3 in the "wrong" order References: <52FCB228.5040301@shopzeus.com> <52FCB389.3070402@timgolden.me.uk> <52FF4E9F.7070209@shopzeus.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sat, 15 Feb 2014 14:31:01 +0100 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1392471063 news.xs4all.nl 2882 [2001:888:2000:d::a6]:50725 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:66432 > Just because I have a distrust of Windows's command interpreter, what > happens when you type: > > ftype python.file > > ? Does it echo back what you thought it had, or has %* been eaten? If > the %* is missing, that would explain the loss of arguments. Already tought of that: C:\Temp>ftype python.file python.file="C:\Windows\py.exe" "%1" %* C:\Temp> Something else is going on.