delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/12/21/11:14:52

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=HdvPK5v
YfJlTaFaHvJ1TJOQKO4kYPkvlyseX68jHIEODVtM1ROzE+B+GWskR0oltliMlUmM
osRfmWGYTofU3irD/NKjhYV5b1EcxSWzQdTqmyGtAF4UJbAjZ3fEso+BE2odYhRR
lLLsmahsiNNwR8xczsePsQFXEtj3SrclDnNg=
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=AmNM2FokHugN4
4PxDwkwN7peh3g=; b=tUW1Leg8SAp4qq5S8ImjUjn5QMl4CA5Sjxoo0Oi1/RC6F
ayvY1oulaTKvgLwAPYZeMTvf4Hm9fMoRDj8as/kMdkEOIFh/4bRjq7Jw8SGNCuRV
lpGI68YT4fuT7DAbJz5I6G9QB2J4y77qZGqiX9ShdB9Lizz4LGJUgARLwaC5BU=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=-1.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=HX-HELO:sk:mail-io, launch, browser
X-HELO: mail-io0-f171.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=EFAa6e4JWlYqOxGIPkaG5g6ekuE7oysR8q83uaYUxcs=; b=PqW7c2SGx0xJHsx9F84Ihx3s86LZxmaBZd7C8QJurDueR6Nxv1z/rRFtEkT1R7Im0y CO9YB6Sk0ZHCJoF+CVyIgUYCmmsuXErWDPIo8H89MwzHB7mhAFGJ06oI9UR2F1sc8neL fjySeQ7bl9Vp6WquPnr3Lj5hufO5uk9fm/QB2m6a4JaM1Rhb9e8o0PVhuXxXMyLgiBdk 693pSyR/ZzE1pw4XMVL+Vil9XfP7xZ6vIEy685AlYE0QynX5px6+5YarLd1Qg1UB/vDz ECdLqN0b8mRoRjj985uVd8Gj9MB9JkvblN/obENhn5EORU/8RA0U4LHGJgoa4fHTKYHy dJIw==
X-Gm-Message-State: AIkVDXIjgqMoy9VxDTOVpCPG4eFXz6Uedke3P+iQe9UfwyRzhLSqTehxCHW7m455IEJdLnQh4L+85PF9xHeuHA==
X-Received: by 10.107.34.74 with SMTP id i71mr7073276ioi.24.1482336869861; Wed, 21 Dec 2016 08:14:29 -0800 (PST)
MIME-Version: 1.0
In-Reply-To: <0D835E9B9CD07F40A48423F80D3B5A704BBD5B0F@USA7109MB022.na.xerox.net>
References: <CAD8GWsu+LWdrLnVJFiteAvK3O1+LOBe08y2anPnPGqk7mTTOSw AT mail DOT gmail DOT com> <0D835E9B9CD07F40A48423F80D3B5A704BBD5B0F AT USA7109MB022 DOT na DOT xerox DOT net>
From: Lee <ler762 AT gmail DOT com>
Date: Wed, 21 Dec 2016 11:14:29 -0500
Message-ID: <CAD8GWstmn1+wY6L5=dGsfsRYdGvZVmjEZ_vtk6HQrJYvJNDkOQ@mail.gmail.com>
Subject: Re: open IE from command line
To: cygwin AT cygwin DOT com
X-IsSubscribed: yes

On 12/21/16, Nellis, Kenneth wrote:
> Thanx to all who responded to my query...
>
>> 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 all the suggestions and the same thing happens:
> IE flashes on the screen and immediately disappears.
> Indeed, IE is my default browser.
>
> I suspect the issue is that some required DLLs are not in
> my PATH.

Not a problem for me:
$ echo $PATH
/usr/bin

$ cmd /c "C:\Program Files\Internet Explorer\iexplore.exe"
"https://www.google.com"
-bash: cmd: command not found

$ cygstart "C:\Program Files\Internet Explorer\iexplore.exe"
"https://www.google.com"
  -- starts IE & loads www.google.com

What happens if you do
"C:\Program Files\Internet Explorer\iexplore.exe" "https://www.google.com"
in a dos window?

Lee

--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019