Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Dennis Lee Bieber Newsgroups: comp.lang.python Subject: Re: extending PATH on Windows? Date: Fri, 19 Feb 2016 07:45:28 -0500 Organization: IISS Elusive Unicorn Lines: 32 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de /jJGlNMPq041yrDEPLwyCQWTldPc+yv1ehqZ2fdF6DrQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Windows': 0.09; 'message-id:@4ax.com': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'skip:g 60': 0.09; 'skip:p 40': 0.15; '-name': 0.16; '2016': 0.16; '>on': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'url:home': 0.18; 'windows': 0.20; 'feb': 0.23; 'header:X-Complaints-To:1': 0.26; 'chris': 0.26; 'fri,': 0.27; '(c)': 0.29; '2009': 0.34; 'running': 0.34; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'charset:us-ascii': 0.37; 'files': 0.38; 'end': 0.39; 'to:addr:python.org': 0.40; 'still': 0.40; 'reserved.': 0.67; 'dennis': 0.91 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: adsl-108-68-179-144.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 6.00/32.1186 X-No-Archive: YES X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21rc2 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:103191 On Fri, 19 Feb 2016 21:48:45 +1100, Chris Angelico declaimed the following: >On Fri, Feb 19, 2016 at 9:42 PM, Ulli Horlacher > wrote: >> How can one search for files with DOS? > >dir /s /b \*add2path.* > >ChrisA Or move to PowerShell... Windows PowerShell Copyright (C) 2009 Microsoft Corporation. All rights reserved. PS C:\Users\Wulfraed\Documents> Get-ChildItem -Path c:\ -Filter *add2path* -Name -Recurse GNAT\2014\share\gdb-7.7\python-2.7.3\Tools\Scripts\win_add2path.py Python_x64\Python27\Tools\scripts\win_add2path.py Python_x64\Python33\Tools\scripts\win_add2path.py Python_x86\Python27\Tools\scripts\win_add2path.py Python_x86\Python33\Tools\scripts\win_add2path.py {it was still running at the time of the above cut&paste, so no end prompt} -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/