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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=OzFF8/JHyeVg7HRK JT+4+f6hhE7B2w4Bev0JNKcGt16Pcyqmt9pgzf0Hutow/mXnC/WiDA2bzWbqtrBv FOz0tWbW7YV4yykttB+6xOd7BhQqH92oOpqFi6j81MMxBQ9sWqa2AoeevzSrVwoD bPh4MY+/41dAbLPepxRM5Ibp+uw= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=5gkXrdvgE8M81LXkXbffwJ o+lNU=; b=RssZWL6PCp887l/TNvZEdx1i97jvowdmEKY4o+mvVkUHdZpV8BPBTR AL76EXlj7ubR2kud4/eDqOqD+r0WsUjhbS54zTClN+0vglI6/8tHjvyRUajW59gw 2/s6fIrVL1EfPE7+nQDgrqrl6y2PH4vWoYN3oO4BQ+7AlDIr3WaZE= 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=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Lee, HX-HELO:sk:mail-io, H*i:sk:LWdrLnV, H*f:sk:LWdrLnV X-HELO: mail-io0-f175.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=85s3XmMM4UE84j0ujpI56AqR9HgqbYQcMuGe3GACbEk=; b=UjJAnkF9wO27KREihr4SaFcdNsBg4ZA/2g2q6BWfaW8O9QxqwMH/pdtNbXPmeR9PzQ FGH0gdBBH2ZNHpVs9HD+4okbHPOe8Vj1dRVRN6L2hy0LFi6VStKsI6Ilxzrd3ehffiDi r+5lS4IGcmcyTcOGc9Gf6JNwmGe7dWDLi5HxvgRs/VG1bXHR1fSXs9s0jvyP1y1KTY4/ vvBWZCIgWxTpytMrWW1h3/i8p/NVHvKC1PcAWE8nbgUCVsehtlgQ/w3+ivfrBYdDgMYv JlaQ92bO9oImqvDQ4UfkrdP1S1Bh2rKwGY1O1X2p2cbWHhUf4z4ajaO47OwoBxLwycL3 1bCw== X-Gm-Message-State: AIkVDXLMuBJIO6EqLiRbb1e1fuT3ejhfF5lE4qaWa2B0o7NaDPRmQ11xI/JJbvKzHP7UIA== X-Received: by 10.107.9.82 with SMTP id j79mr2285015ioi.197.1482271801920; Tue, 20 Dec 2016 14:10:01 -0800 (PST) Subject: Re: open IE from command line To: cygwin AT cygwin DOT com References: <0D835E9B9CD07F40A48423F80D3B5A704BBD5906 AT USA7109MB022 DOT na DOT xerox DOT net> From: cyg Simple Message-ID: <107fb9c8-4039-6e41-ae15-498feb692ec1@gmail.com> Date: Tue, 20 Dec 2016 17:09:54 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On 12/20/2016 12:20 PM, Lee wrote: > 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" > Or you can get by with $ cmd /c start http://www.google.com -- cyg Simple -- 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