X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-3.5 required=5.0 	tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS
X-Spam-Check-By: sourceware.org
Message-ID: <4A881181.7080209@cwilson.fastmail.fm>
Date: Sun, 16 Aug 2009 10:02:41 -0400
From: Charles Wilson <cygwin@cwilson.fastmail.fm>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.22) Gecko/20090605 Thunderbird/2.0.0.22 Mnenhy/0.7.6.666
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: [ANNOUNCEMENT] Updated: run-1.1.11-1
References: <200908161148.n7GBm9tk031927@StraightRunning.com>
In-Reply-To: <200908161148.n7GBm9tk031927@StraightRunning.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
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

Colin Harrison wrote:

> //test.js
> //JavaScript to display xeyes without a local Command Prompt...
> var wshell = new ActiveXObject('WScript.Shell');
> wshell.Run('"C:\\Program Files\\Xming\\xeyes.exe" -display :2',0);
> 
> It's the '0' that does the magic.

Yep, I've even got an implementation in VB that does the same thing, as
well as parsing an XML spec to enable setting the PATH and other
environment variables before launching the target.  It was the prototype
for my "run2" application.

However, a lot of folks are used to using the run.exe tool, and I'd hate
to have to tell them "nope, not gonna fix it; write some javascript
instead". <g>

But it's good to get this solution into the mailing list archives.

--
Chuck

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

