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:date :message-id:subject:from:to:content-type; q=dns; s=default; b=tT OlQDIwMiTwfFXbq3+NVaktdvEJb1v+m0H+wV6clvP5z0Rf1kusNL8tmiKhYPPXty /xjaBJyJ4Q7PhwFeayRMB/aH3D9i7p76gCcWzgl4rqOf/Edb+OrziHhagQnOgEHk F5QtAZoiqbpExvbENHEaI0b6PUkKVqynCfKSSzle4= 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:date :message-id:subject:from:to:content-type; s=default; bh=wBq9ErlZ YG6W5qjdrH9t/0fts/0=; b=brDsSw+8t7JTlBo79B3rVurDknBhTLOuUoOCPT7s kyrdT1CH9NxbiEicLccYl1G2R9b10M1V6sqiykJZQO9xmQ0TALu8CT0M2oqiBWnD yqIsTrcIQZfj7/2VfZzAdmr8yNk9YdPIiVoIAIyuJ6VR5Jjrumy5D4KqW1OWn2M/ BF4= 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 X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_RX autolearn=ham version=3.3.1 MIME-Version: 1.0 X-Received: by 10.52.75.65 with SMTP id a1mr22055681vdw.79.1364460031349; Thu, 28 Mar 2013 01:40:31 -0700 (PDT) In-Reply-To: References: Date: Thu, 28 Mar 2013 09:40:31 +0100 Message-ID: Subject: Re: Running powershell inside urxvt or mintty From: BGINFO4X To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 2013/3/28 Thiago Padilha : > I can successfully run powershell from cygwin if I start it from > 'cygwin.bat' (running in the normal DOS console), but the powershell > command simply hangs when I try to run it from urxvt or mintty. All I > see is this: > > Windows PowerShell > Copyright (C) 2009 Microsoft Corporation. All rights reserved. > > but after that no prompt is displayed. Anyone knows what I'm missing here? > Try this: echo "\n" | powershell -Command "& {get-wmiObject Win32_Computersystem | Format-Table Model}" Note: echo "\n" is necessary to return the prompt to the cygwin shell. At least, when I tested. Regards. > -- > 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 > -- 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