X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=LyGeTfC +NfWLNzgPn79mU2zl3/jRvaKLvkGM4CYClb/vqllyb6Zy935GQlaA4yEb7tXImus COf40J8KJfI5xsXworUOlOnJJhdTmEoGzgs3l0A5dG7QDgCDdBD7P6jXMyXu4Vwv 2qHmpE336Iyla3wSJ5SxU6aoBqc1SOv3tO6s= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=JEg5qLxBErnAJ hr8eNzQNIsJF8k=; b=NA8bmwdiFVwB2LL01TKH2e2T10AcehWN1GGl/lRgk//PB 7vERlRlp9puvfpkA4soJZoiCRhRqJOyd5yEMQY/E2BQMPEkIw1plILYvLAFhVD1p /ifHyn/48TpF0vqqkghTTlCLMwi7429Okj+GZRsKuP4jGqS3BluY6gDoXRkGFI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=flashes, iexploreexe, cygstart, wwwgooglecom X-HELO: mail-it0-f45.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=yx7Plcf6dpxtwkc+Twb72akgKzdUj6pkhQfrnbYgef4=; b=TFCtRji0nWcEMc9pVs3j50eYVkSOPkD2oY/jQkYX7eTB7/WEXOWAQCK8/9wxkMaIRD GuyRmlzv8soJB08v5r5LwR50VL1YaUO6NhA6uhNLlZHcsMlwCG3tVaJtCu/mNkU+sL8D oF0UtV7iiZVsKxC7ll5qSdOG9WelszqK1xKbvv7zAD/0NgmhSSpubKBWIpfzyhsuItbP WXeDkxktCUj8mCaJlAv/dN8Xe5csUJLWzps9x2vzBcIdokf4hiRJKHuOmK7tB9PsFbiv 3c48IA84t/izKxhjtUjzt7g68tNz2IaBcBKSrxYJYS/m9VCzGjJvsmkoYiySHdHi0d9e zJAw== X-Gm-Message-State: AIkVDXKgO7swqPwtehiWJ1r5LX1xxM5sH0S+GghmEnQSLIVl9qIOOqxGfA3+8kYOCGdjcaJSH2gychII1Wdq5A== X-Received: by 10.36.205.132 with SMTP id l126mr1231021itg.64.1482254431050; Tue, 20 Dec 2016 09:20:31 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <0D835E9B9CD07F40A48423F80D3B5A704BBD5906@USA7109MB022.na.xerox.net> References: <0D835E9B9CD07F40A48423F80D3B5A704BBD5906 AT USA7109MB022 DOT na DOT xerox DOT net> From: Lee Date: Tue, 20 Dec 2016 12:20:30 -0500 Message-ID: Subject: Re: open IE from command line To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes On 12/20/16, Nellis, Kenneth wrote: > How to open a web page (remote or local) or launch IE from the mintty/bash > command line? > > I've tried the following: > > $ cygstart "http://www.google.com" > $ cygstart index.html # local page > $ "/cygdrive/c/Program Files/Internet Explorer/iexplore.exe" > $ cygstart "/cygdrive/c/Program Files/Internet Explorer/iexplore.exe" > > If IE is already open, the first two examples work, but otherwise, > for all 4, IE flashes a window, which immediately closes. how about cmd /c "C:\Program Files\Internet Explorer\iexplore.exe" "www.google.com" -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple