Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.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.069 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.01; 'cpython': 0.05; 'subject:How': 0.10; 'windows': 0.15; '"run': 0.16; '.py': 0.16; 'fyi,': 0.16; 'subject: ?': 0.16; 'wrote:': 0.18; 'header:User- Agent:1': 0.23; 'versions': 0.24; 'script': 0.25; 'extension': 0.26; 'header:In-Reply-To:1': 0.27; 'dos': 0.30; 'file': 0.32; 'run': 0.32; 'received:google.com': 0.35; 'there': 0.35; 'message- id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'different': 0.65; '9.1': 0.84; 'freebsd': 0.84; 'hood': 0.84; 'much,': 0.84; 'subject:tell': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=FwE9KpZCIPj4R5zmMtMu2uq5luXtQSb2/K90UJHg8VI=; b=yxQLh1ZI08wpxZkVVK6IWOBgRBQJgj26ZXdg7VDUn++lXtRj8nyE8Li43W9LXL+KnH MpQ/RKq2Ez2sx7asZElCQa2cnGxez/Xsa1YC+kovUEG+HfJ1O4y6yj1UhkVE9mmitdGh LIefr8DrWyUiCcWW2QbrOVQOR7HQz7uTWDhMgEJpsUvZ8QW8Ug217YzIx262JQngbVu0 z8LN5fPuQJVS/symY9t3FEPB8tWHQTy9M8ZZfkzliRPyvHVQo4n8Mh6bjhpjRGFTmcpK 9T67zfJc96kExJoJiU+HOlOO11lZ/P8Q9r36Cv7Y/FHnJhiEHHkZbZj7IM5iW0cq4Fki Rn8g== X-Received: by 10.43.144.3 with SMTP id jo3mr764547icc.6.1372815284009; Tue, 02 Jul 2013 18:34:44 -0700 (PDT) Date: Tue, 02 Jul 2013 20:34:02 -0500 From: Andrew Berg User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: python-list@python.org Subject: Re: How to tell Script to use pythonw.exe ? References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1372815287 news.xs4all.nl 15940 [2001:888:2000:d::a6]:50234 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:49694 On 2013.07.02 20:20, goldtech wrote: > Using Windows.... > > I want to run a .py file script using pythonw.exe so the DOS box will not open. Is there a way from inside the script to say "run me with pythonw.exe and not python.exe"? Use the .pyw extension instead of .py. Also, just FYI, DOS is long dead, and is much, much different under the hood from the console subsystem in modern versions of Windows. -- CPython 3.3.2 | Windows NT 6.2.9200 / FreeBSD 9.1