Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Mon, 24 Jan 2005 08:29:37 -0800 From: Yitzchak Scott-Thoennes To: cygwin AT cygwin DOT com Subject: Re: is there a (cygwin?) method delivering the current version of windows? Message-ID: <20050124162937.GA2012@efn.org> References: <41F4B046 DOT 7010908 AT gmx DOT net> <20050124111208 DOT GA3244 AT efn DOT org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Organization: bs"d X-IsSubscribed: yes On Mon, Jan 24, 2005 at 11:13:33AM -0500, Igor Pechtchanski wrote: > On Mon, 24 Jan 2005, Yitzchak Scott-Thoennes wrote: > > > On Mon, Jan 24, 2005 at 09:22:30AM +0100, H. Henning Schmidt wrote: > > > Hi all, > > > I am looking for a method available to my cygwin'ed C-program that > > > delivers the current version of windows that my program is running on. > > > E.g. "WinXp, SP1", or "Win98 ..." (... you get the idea ...) either in > > > textual or numerically encoded form. > > > Any hint is appreciated. Thanks, > > > ;Henning > > > > There's probably a much easier way, but: > > > > $ perl -wle'print for Win32::GetOSVersion' > > [snip] > > Correct me if I'm wrong, but doesn't this require the Win32 bundle (or, > rather, the perl-libwin32 package) to be installed? Ok; you're wrong :) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/