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:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=p3tnhas9mg+GpzpH issjBLhqWtFG93uUr6Y6Dl44PFDQUYDdGlXVs4Wx1luGs7BQ8/RzBkkEmdUdN2dG R2ZWEqX10C/WL5MHwRNywghai4GqjYf7wvxLOzcvCp+EX50IjC6ktskWE1ru2EbA udEp23LpqPAQOarT4/EPamUR4bI= 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:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; s=default; bh=316Mcj37Kh4lA+ljh8ntFZ 93Pc4=; b=BwOrkOOmYXxNARXPBJ5TW5EQ9qNvob/5SrgClvqrhntAXhPYHUOhTY W5FMEyYi88gdOXNjqpc5SaHSJ4LGa9Fb4LV491FickJML/wFpdHyKiQLC0sxtAMz xQKacdg5OK0vq0r+pFRaLjrdVQYz9me5Ln+65JDYo/YAl41DQdbgE= 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=2.0 required=5.0 tests=BAYES_50,FREEMAIL_FROM,KAM_THEBAT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 spammy=Lee, H*RU:116, Hx-spam-relays-external:116, H*MI:sk:0D835E9 X-HELO: forward3j.cmail.yandex.net Authentication-Results: smtp2h.mail.yandex.net; dkim=pass header.i=@yandex.ru X-Yandex-Suid-Status: 1 0,1 0 Date: Wed, 21 Dec 2016 01:38:26 +0300 From: Andrey Repin Reply-To: cygwin AT cygwin DOT com Message-ID: <149633121.20161221013826@yandex.ru> To: Lee , cygwin AT cygwin DOT com Subject: Re: open IE from command line In-Reply-To: References: <0D835E9B9CD07F40A48423F80D3B5A704BBD5906 AT USA7109MB022 DOT na DOT xerox DOT net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Greetings, Lee! >> 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" I'd say, cmd /c start "" https://google.com/ -- With best regards, Andrey Repin Wednesday, December 21, 2016 01:37:51 Sorry for my terrible english... -- 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