X-Recipient: archive-cygwin@delorie.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@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
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: <CAAq2Xdo00sxj7ycB72zegqmbnD==S6cJPS6dz_bRSz_b-U4TqA@mail.gmail.com>
References: <CAAq2Xdo00sxj7ycB72zegqmbnD==S6cJPS6dz_bRSz_b-U4TqA@mail.gmail.com>
Date: Thu, 28 Mar 2013 09:40:31 +0100
Message-ID: <CAO2ddna7w6ZHFebfLsTsEsK8Ba69dSE9pxQ9LRZAOPnOzOPT0A@mail.gmail.com>
Subject: Re: Running powershell inside urxvt or mintty
From: BGINFO4X <bginfo4x@kztsoftware.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1

2013/3/28 Thiago Padilha <tpadilha84@gmail.com>:
> 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

