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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=PLt Bna6IxDQWI+AxNohDLXpyRLOx2i+Id8GWx0Oqod/DIgln3ndm/MZqcTsdvchEhgV 6uRy0Smd18iNK1zwyhgHKIAzZ7tIZ6+XyH31pm2FUgJ+fpgqhrGx4E1XTpB98OxZ IxNfThnNDKQIiIdL8zCpdXI61rtdevGuC6jXBxSk= 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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=Ul7KhGFmW HRmULmgKrDnCX7b5no=; b=gbai4SezQP7NGE7uy9sjRo5lK3qAn/stP0Gxz860l Ooc+wjPFxZITB5vo5JiFyBzsmeu32UE2x4egaZFVmxsyqdXf7Gk0RKUeQuvotVU1 r6YEWgj2c0Lr00VkiHGTFQWrQ0pWzbnFHzpzz4EdD4MFJVRq/YkGtIESWEr+u6et 5Q= 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.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: vms173017pub.verizon.net Message-id: <5405C013.7030503@verizon.net> Date: Tue, 02 Sep 2014 09:03:15 -0400 From: Gerry Reno User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-version: 1.0 To: cygwin AT cygwin DOT com Subject: latest cygwin: 'run' problem Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 7bit X-IsSubscribed: yes I just updated to the latest cygwin via setup and now my run commands are failing. I have a script that issues this command: run $WINDIR/system32/mstsc.exe /multimon /v:$IP:3389 And before this script has always succeeded but now it errors as follows: Invalid connection file (/v:192.168.1.27:3389) specified In a terminal window I can run the command directly and it succeeds: $WINDIR/system32/mstsc.exe /multimon /v:$IP:3389 But 'run' no longer successfully runs the command. Can someone verify this? -- 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