Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.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: OK 0.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'context': 0.04; 'completeness': 0.05; 'behavior.': 0.07; 'command.': 0.09; 'entries': 0.15; 'to:name:python-list@python.org': 0.15; '712': 0.16; 'currencies': 0.16; 'disclaimers': 0.16; 'disclaimers,': 0.16; 'from:addr:jpmorgan.com': 0.16; 'received:155.180': 0.16; 'received:159.53': 0.16; 'received:bankone.net': 0.16; 'received:exchad.jpmchase.net': 0.16; 'received:jpmchase.com': 0.16; 'received:jpmchase.net': 0.16; 'received:svr.bankone.net': 0.16; 'securities,': 0.16; 'url:disclosures': 0.16; 'url:jpmorgan': 0.16; 'workaround': 0.16; 'subject:Windows': 0.17; 'arguments': 0.18; 'seems': 0.20; 'header:In-Reply-To:1': 0.22; '(or': 0.22; 'runs': 0.23; 'command': 0.24; 'fine': 0.24; 'code': 0.26; 'received:169': 0.28; 'received:169.254': 0.28; 'script': 0.28; 'received:155': 0.30; 'received:159': 0.30; 'file.': 0.31; 'accuracy': 0.32; 'explorer': 0.32; 'question,': 0.34; 'running': 0.34; 'to:addr:python-list': 0.35; 'phone:': 0.35; 'google': 0.35; 'issue': 0.37; 'but': 0.37; 'entry': 0.37; 'charset:us-ascii': 0.37; 'menu': 0.38; 'should': 0.38; 'open': 0.38; 'files': 0.39; 'called': 0.40; 'expected': 0.40; 'missing': 0.40; 'being': 0.40; 'to:addr:python.org': 0.40; 'quick': 0.61; 'more': 0.61; 'your': 0.61; 'subject': 0.61; 'offers': 0.62; 'browser': 0.62; 'link': 0.62; 'selected': 0.66; 'browsers': 0.67; 'exact': 0.68; 'information:': 0.68; 'information,': 0.69; 'legal': 0.72; 'url:email': 0.72; 'bank': 0.75; 'sale': 0.75; 'vital': 0.77; 'investment': 0.77; 'purchase': 0.78; 'method)': 0.84; 'received:169.254.8': 0.84 X-DKIM: OpenDKIM Filter v2.1.3 sf1.jpmchase.com q2DHSK24027683 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=jpmorgan.com; s=smtpout; t=1331659700; bh=q7NWwFi6DWUTfQ/Eug3VX0NbGAlJUXak2bKGXqivEPM=; h=From:To:Subject:Date:Message-ID:References:In-Reply-To: Content-Transfer-Encoding:MIME-Version:Content-Type; b=j2IjI+xanEEHAba15UsEUQYRIhU0j1RIDyePcycsoor9Ggw7BecfoYbz9Euj14oZn XG13R83YVc96T6EtayObeLmXVcdJSOU0+4kLdPeZZTOlN6xqWPC19KMLSnqLmMCCY8 lVTo56q1Eodm1pzGl+oziPna2MNaO0/FML/IvSw4= From: "Prasad, Ramit" To: "python-list@python.org" Subject: RE: Windows Contextmenu Thread-Topic: Windows Contextmenu Thread-Index: Ac0A/X5R2qRXLFQXRcOdvMqMF9cw2wAKcneAAAWs/sA= Date: Tue, 13 Mar 2012 17:28:10 +0000 References: <4F5F2431.2080109@timgolden.me.uk> In-Reply-To: <4F5F2431.2080109@timgolden.me.uk> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.67.79.38] Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-DLP-FWD: Yes Content-Type: text/plain; charset="us-ascii" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1331660250 news.xs4all.nl 6916 [2001:888:2000:d::a6]:43284 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:21577 > > Now the script runs fine but I don't get all arguments from sys=2Eargv= =2E=0D=0A> >=0D=0A> > No mather how many files I mark in the explorer I onl= y get one as an=0D=0A> > argument=2E=0D=0A> =0D=0A> You're missing out vita= l information:=0D=0A> =0D=0A> * How have you attached this code to the cont= ext menu? What was=0D=0A> the exact registry entry (or other method) you us= ed?=0D=0A=0D=0AFrom a quick Google search, it seems that most of the contex= t menu=0D=0Aentries open a single file=2E If multiple files are selected th= en=0D=0Athe command is called once for each file=2E The workaround seems=0D= =0Ato check if the processes is already running and if it is then to=0D=0Ad= irectly send it a "open" command=2E=0D=0A=0D=0AThat being said, since you a= re opening a web browser (or so it=0D=0Aseems to me based on the webbrowser= =2Eopen), you should not have=0D=0Aan issue because modern web browsers wil= l open each link in a tab=2E=0D=0A=0D=0ATo answer your question, you will n= ot get more than one as an=0D=0Aargument=2E That is expected behavior=2E = =0D=0A=0D=0ARamit=0D=0A=0D=0A=0D=0ARamit Prasad | JPMorgan Chase Investment= Bank | Currencies Technology=0D=0A712 Main Street | Houston, TX 77002=0D= =0Awork phone: 713 - 216 - 5423=0D=0A=0D=0A--=0D=0A=0D=0AThis email is conf= idential and subject to important disclaimers and=0D=0Aconditions including= on offers for the purchase or sale of=0D=0Asecurities, accuracy and comple= teness of information, viruses,=0D=0Aconfidentiality, legal privilege, and = legal entity disclaimers,=0D=0Aavailable at http://www=2Ejpmorgan=2Ecom/pag= es/disclosures/email=2E