Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: extending PATH on Windows? Date: Fri, 19 Feb 2016 21:48:45 +1100 Lines: 19 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de htb0SQsKqDzWiPtRFC5v0QZ3vUkhVPMtnA/P7jj6Ivxg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'received:209.85.223': 0.03; '(especially': 0.07; 'cc:addr:python-list': 0.09; 'subject:Windows': 0.09; '2016': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'locations.': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'thanks.': 0.18; 'windows': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'feb': 0.23; 'header:In-Reply-To:1': 0.24; "i've": 0.25; 'command': 0.26; 'fri,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'sequence': 0.27; 'function': 0.28; 'open': 0.33; 'file': 0.34; 'received:google.com': 0.35; 'dir': 0.35; 'there': 0.36; 'received:209.85': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'files': 0.38; 'url:en-us': 0.72; 'chrisa': 0.84; 'url:auth': 0.84; 'to:none': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=D5aUANpM92/4uVGSUzvPbUAJ4FjynuOJp+qWdqOjwS8=; b=MLlqN2M8Kdxd21ky+E0y2yzNp6ZOWLKChuzgUWI60EYo1FiZOWz426QmFGg4MERY/g wuccinIuOY03Am08ah0cebA6UBlNxZjX7B9qOiACnOBIo8hXQpGTmTzav0I78vczBjcn PweSkqaHDF+ia2pGj+SlVTgf4LrKS8QjGQExuJSZqaSJqNhzactCO3ztoH7wg4ZFaSm3 MIcZXxIA6jQc4VCLZCwjYXeJEvUzqx3gGCNgpwVDJGVWrLf4Evzxk4lqljp8EI9ySfKE /uCVCPEKu98j1o8sztj3VYBnHoIfbPvZKyKPc2XZT898tR4DqYXSUpFEDPt77Z+0Re8G AZmA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:cc:content-type; bh=D5aUANpM92/4uVGSUzvPbUAJ4FjynuOJp+qWdqOjwS8=; b=BP0IRlNuw+jbsi2M2AjuvyaPSE5zVeyyhwdGgehlUa6nvPUGSc4s6jVTgLhkw0ZyFC 79MHzcbWNToHsDEDVks75m9Ir5jt/kXkOFxazzxQb3TqTxSP7n1he8flXNz9Bz5kDMrw J7KtcJbI/7ne+jV0mHTj4TSOd097PATBPXLfT4ZjqMq4VQo1ApCI1KXuDlKW3JJpWYw7 vU4Em1G06SvSd6fbUj76aO+vjd31LMEqY/RUabw3k3zgFVtR2X+Bvmkfc5WEUhRutxmU HKFIBlKgKjd+g39Nxjkxs0WCAeQVi3KFBHjmMQikc3cqGlYWNLrAUKSG7QA4Mo+ZW9tC MO7w== X-Gm-Message-State: AG10YOT6A6qAAsMYRW9s0HjTibFA0dydwTdlrjU9LKoWOKR5A62k5Qk1hYZwV1lKjPPSstZd0IRzm8o4V8sU5w== X-Received: by 10.107.14.73 with SMTP id 70mr13860688ioo.31.1455878925605; Fri, 19 Feb 2016 02:48:45 -0800 (PST) In-Reply-To: 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:103182 On Fri, Feb 19, 2016 at 9:42 PM, Ulli Horlacher wrote: > pyotr filipivich wrote: > >> > Windows (especially 7) search function is highly crippled. There is >> >some command sequence that will open it up to looking at other file types >> >and locations. >> > >> >http://answers.microsoft.com/en-us/windows/forum/windows_7-files/windows-7-search-does-not-find-files-that-it/61b88d5e-7df7-4427-8a2e-82b801a4a746?auth=1 >> >> >> Thanks. I've found it "simpler" to just open a command prompt, and >> use DOS. > > How can one search for files with DOS? dir /s /b \*add2path.* ChrisA