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:reply-to:subject:to :mime-version:content-type; q=dns; s=default; b=RCADIZp4+TVac69C LEsbQFDiifH/6qs6Xaq495cgHVFBMcryd9//+7e+cCUPwhBX6YmL6TTHgSpSBl5R 749pqiwGoenE0SX+i3d5DANuc4V094S/TaNm9kbRcp4Up9ZHKYpaU+FFIHuuMfjy Q3VQk5PgKeM6Y31Cn7N2Xw1d3y8= 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:reply-to:subject:to :mime-version:content-type; s=default; bh=ISOLAa/myUemhw+2s+u1lG ESrIg=; b=IT7kWog64JpIWbWjzuaiTRnXLT7GthPkDR3Q1AoofXr+2R4bPqbOxY knzXGwDusV+pGN3753i12Z8XwnimS1iHg3sPn+txiCwl8K5Ne7hzpBkLjaQU3NxJ wB0hhpPIVkzTNRFgThk/dyN8CquualaoAIx40Vmksav1700F31kpw= 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=3.7 required=5.0 tests=AWL,BAYES_20,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FREEMAIL_REPLYTO_END_DIGIT,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: nm28.bullet.mail.bf1.yahoo.com Message-ID: <1413470693.33063.YahooMailNeo@web162805.mail.bf1.yahoo.com> Date: Thu, 16 Oct 2014 07:44:53 -0700 From: John Wiersba Reply-To: John Wiersba Subject: Starting mintty via run.exe To: "cygwin AT cygwin DOT com" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes I'm trying to create a windows shortcut which will start mintty indirectlyby running a (perl) script which will exec mintty. I know I can start mintty.exe directly via the shortcut, but the purpose of my script is to wrap the invocation in the proper environment and arguments. I'm encountering two problems using run.exe: 1) run.exe doesn't seem to be able to run a hashbang script. My script starts with #!/usr/bin/perl and runs just fine from a cygwin bash command line, starting a new mintty terminal as expected. But calling it from run.exe fails. It flashes some kind of terminal window on the screen, which appears to have no content (but it is hard to tell, since it flashes so quickly) and then the terminal window immediately closes. In this case, my shortcut target is: d:\cygwin\bin\run.exe /path/to/hashbang/script. 2) When I change my shortcut target to: d:\cygwin\run.exe perl /path/to/hashbang/script, then it runs the script and starts a mintty terminal session, but I still get the flashing terminal window before mintty starts, which I don't want. I kind of thought the purpose of run.exe was to hide such a terminal window? There must be something I'm not understanding about how run.exe works or its purpose. Finally, is there any way I can debug what's going on without rebuilding run.exe? For example, can I prevent the flashing window from flashing so quickly (in case there's a message displayed there). Thanks! -- 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