Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.129 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.75; '*S*': 0.01; 'python': 0.09; 'subject:files': 0.09; 'received:192.168.1.50': 0.16; 'subject:stuck': 0.16; 'wrote:': 0.17; 'restrictions': 0.17; 'code.': 0.20; 'file.': 0.20; 'trying': 0.21; 'txt': 0.22; 'header :In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'run': 0.28; 'file': 0.32; 'certain': 0.33; 'to:addr:python-list': 0.33; 'path': 0.35; 'pm,': 0.35; 'something': 0.35; 'two': 0.37; 'subject:: ': 0.38; 'files': 0.38; 'some': 0.38; 'possible.': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'link': 0.60; 'received:62': 0.62; 'within': 0.64; 'from:addr:t': 0.84; 'impossible)': 0.84; 'received:62.75': 0.84; 'wat': 0.84; 'subject:!!': 0.91 Date: Fri, 06 Jul 2012 16:56:41 +0200 From: Thomas Jollans User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: python-list@python.org Subject: Re: stuck in files!! References: <5ddf03db-a5b1-4996-b9ce-6447ad89a3df@nw7g2000pbb.googlegroups.com> In-Reply-To: <5ddf03db-a5b1-4996-b9ce-6447ad89a3df@nw7g2000pbb.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1341586609 news.xs4all.nl 6951 [2001:888:2000:d::a6]:34314 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:24971 On 07/06/2012 01:53 PM, Chirag B wrote: > i want to kno how to link two applications using python for eg:notepad > txt file and some docx file. like i wat to kno how to take path of > those to files and run them simultaneously.like if i type something in > notepad it has to come in wordpad whenever i run that code. > Not possible. (okay, within certain restrictions it might not be completely impossible) What are you trying to achieve?