X-Recipient: archive-cygwin@delorie.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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 <anrdaemon@yandex.ru>
Reply-To: cygwin@cygwin.com
Message-ID: <149633121.20161221013826@yandex.ru>
To: Lee <ler762@gmail.com>, cygwin@cygwin.com
Subject: Re: open IE from command line
In-Reply-To: <CAD8GWsu+LWdrLnVJFiteAvK3O1+LOBe08y2anPnPGqk7mTTOSw@mail.gmail.com>
References: <0D835E9B9CD07F40A48423F80D3B5A704BBD5906@USA7109MB022.na.xerox.net>   <CAD8GWsu+LWdrLnVJFiteAvK3O1+LOBe08y2anPnPGqk7mTTOSw@mail.gmail.com>
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

