This
will return the os and if it's windows will give you the
version.
$os=($^O eq 'MSWin32')?`ver`:$^O;
|
Title: Message
- Finding the OS type John Drabinowicz
- Re: Finding the OS type Prashanth
- RE: Finding the OS type Vladimir Hernandez
- Re: Finding the OS type Chris
- Re: Finding the OS type $Bill Luebkert
- RE: Finding the OS type Scott Purcell
- RE: Finding the OS type Edwards, Mark \(CXO\)
- RE: Finding the OS type John Drabinowicz