Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Detecting the current OS
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 45 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Thomas Steinbach  
View profile  
 More options Mar 6 2009, 2:43 pm
Newsgroups: alt.msdos.batch.nt
From: "Thomas Steinbach" <steinb...@gmx-topmail.de>
Date: Fri, 6 Mar 2009 20:43:55 +0100
Local: Fri, Mar 6 2009 2:43 pm
Subject: Detecting the current OS
Hello NG,

how can I determine in a Batch-Scipt which OS
is running? What technics do you use and prefer?
Win 2000 or OS prior to Win 2000, Win XP
or Win Vista and Win7

Thomas


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Frank P. Westlake  
View profile  
 More options Mar 6 2009, 3:01 pm
Newsgroups: alt.msdos.batch.nt
From: "Frank P. Westlake" <frank.westl...@yahoo.net>
Date: Fri, 6 Mar 2009 12:01:01 -0800
Local: Fri, Mar 6 2009 3:01 pm
Subject: Re: Detecting the current OS
"Thomas Steinbach" news:goruhs$ad6$03$1@news.t-online.com...

> how can I determine in a Batch-Scipt which OS
> is running?

With the VER command. Use FOR /F to get the output text.

Frank


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
T Lavedas  
View profile  
 More options Mar 6 2009, 3:04 pm
Newsgroups: alt.msdos.batch.nt
From: T Lavedas <tglba...@cox.net>
Date: Fri, 6 Mar 2009 12:04:28 -0800 (PST)
Local: Fri, Mar 6 2009 3:04 pm
Subject: Re: Detecting the current OS
On Mar 6, 2:43 pm, "Thomas Steinbach" <steinb...@gmx-topmail.de>
wrote:

> Hello NG,

> how can I determine in a Batch-Scipt which OS
> is running? What technics do you use and prefer?
> Win 2000 or OS prior to Win 2000, Win XP
> or Win Vista and Win7

> Thomas

A common way is to parse/match the output of the VER statement.

Find Timo Salmi's FAQ posting.

Tom Lavedas
***********
http://there.is.no.more/tglbatch/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ten.nig...@virgin.net  
View profile  
 More options Mar 6 2009, 4:12 pm
Newsgroups: alt.msdos.batch.nt
From: ten.nig...@virgin.net
Date: Fri, 6 Mar 2009 21:12:28 +0000
Local: Fri, Mar 6 2009 4:12 pm
Subject: Re: Detecting the current OS

On Fri, 6 Mar 2009 12:04:28 -0800 (PST), T Lavedas wrote:
> Find Timo Salmi's FAQ posting.

> Tom Lavedas

To save you looking for it:
http://www.netikka.net/tsneti/info/tscmd004.htm

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matthias Tacke  
View profile  
 More options Mar 6 2009, 4:47 pm
Newsgroups: alt.msdos.batch.nt
From: Matthias Tacke <Matth...@Tacke.de>
Date: Fri, 06 Mar 2009 22:47:09 +0100
Local: Fri, Mar 6 2009 4:47 pm
Subject: Re: Detecting the current OS
Thomas Steinbach wrote:
> Hello NG,

> how can I determine in a Batch-Scipt which OS
> is running? What technics do you use and prefer?
> Win 2000 or OS prior to Win 2000, Win XP
> or Win Vista and Win7

One method not contained in Timo's FAQ is Herbert Kleebauer's gver.
<http://groups.google.com/group/alt.msdos.batch/msg/f90211839334f865>

--
Regards
Matthias


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
0x0...@gmail.com  
View profile  
 More options Mar 6 2009, 5:53 pm
Newsgroups: alt.msdos.batch.nt
From: 0x0...@gmail.com
Date: Fri, 6 Mar 2009 14:53:47 -0800 (PST)
Local: Fri, Mar 6 2009 5:53 pm
Subject: Re: Detecting the current OS
%comspec% -version

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Timo Salmi  
View profile  
 More options Mar 6 2009, 10:47 pm
Newsgroups: alt.msdos.batch.nt
From: Timo Salmi <t...@uwasa.fi>
Date: Sat, 07 Mar 2009 05:47:12 +0200
Local: Fri, Mar 6 2009 10:47 pm
Subject: Re: Detecting the current OS

0x0...@gmail.com wrote:
> %comspec% -version

The -version is superfluous. Besides, one needs an exit after that.

    All the best, Timo

--
Prof. Timo Salmi   mailto:t...@uwasa.fi    ftp & http://garbo.uwasa.fi/
Hpage: http://www.uwasa.fi/laskentatoimi/english/personnel/salmitimo/
Department of Accounting and Finance,   University of Vaasa,  Finland
Useful CMD script tricks http://www.netikka.net/tsneti/info/tscmd.htm


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
FileGod  
View profile  
 More options Mar 7 2009, 1:31 pm
Newsgroups: alt.msdos.batch.nt
From: 0...@0.0 (FileGod)
Date: Sat, 07 Mar 2009 18:31:45 GMT
Local: Sat, Mar 7 2009 1:31 pm
Subject: Re: Detecting the current OS

Matthias Tacke <Matth...@Tacke.de> wrote:
>Thomas Steinbach wrote:
> Hello NG,

> how can I determine in a Batch-Scipt which OS
> is running? What technics do you use and prefer?
> Win 2000 or OS prior to Win 2000, Win XP
> or Win Vista and Win7

Sorry, I missed the original question but this batch file I found a few
months ago might help you...

@ECHO OFF

:: Win9x checks ::::::::::::

VER |find /i "Windows 95" >NUL
IF NOT ERRORLEVEL 1 GOTO W9598ME

VER |find /i "Windows 98" >NUL
IF NOT ERRORLEVEL 1 GOTO W9598ME

VER |find /i "Windows Millennium" >NUL
IF NOT ERRORLEVEL 1 GOTO W9598ME

:: NT/XP checks ::::::::::::
VER | find "XP" > nul
IF %errorlevel% EQU 0 GOTO s_win_XP

VER | find "2000" > nul
IF %errorlevel% EQU 0 GOTO s_win_2000

VER | find "NT" > nul
IF %errorlevel% EQU 0 GOTO s_win_NT

ECHO Unknown OS !
GOTO :EOF

:: Win9x commands ::::::::::::

:W9598ME
ECHO Win9x commands go here
GOTO :EOF

:W98
ECHO Win98 commands go here
GOTO :EOF

:: NT/XP commands ::::::::::::

:s_win_XP
ECHO XP commands go here
goto :eof

:s_win_2000
ECHO WIN2K commands go here
goto :eof

:s_win_NT
ECHO NT4 commands go here
goto :eof

:EOF (End-of-file)Service Pack Version

I found this here:
http://www.fortypoundhead.com/showcontent.asp?ArtID=837
 I am sorry it does not cover DOS.
http://www.filegod.netfirms.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
0x0...@gmail.com  
View profile  
 More options Mar 7 2009, 1:35 pm
Newsgroups: alt.msdos.batch.nt
From: 0x0...@gmail.com
Date: Sat, 7 Mar 2009 10:35:12 -0800 (PST)
Local: Sat, Mar 7 2009 1:35 pm
Subject: Re: Detecting the current OS
I was wrong, indeed: -version parameter is not valid, therefore, cmd
ignores it and just starts a new nested interpreter.

As compensation, devise a new way to determine the version, and the
result is the most full.

For example, command 'ver' gets: Microsoft Windows XP
and this code gets: Microsoft Windows XP Professional

If not the first method uses the second command is command 'ver'.

:::::::::::::::::::::::::::::::::::::::::::::::::::::Code:::::::::::::::::: ::::::::::::::::::::::::::::::::
@echo off

for /f "tokens=* usebackq eol=" %%o in ("%windir%\system32\eula.txt")
do ^
set "_os__version_=%%o" & goto :continue:
:continue:
if defined _os__version_ (echo.%_os__version_:®=%) else ^
for /f "tokens=1 delims=[ eol=" %%o in ('ver') do echo.%%o

pause
:::::::::::::::::::::::::::::::::::::::::::::::::::::Code:::::::::::::::::: ::::::::::::::::::::::::::::::::


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
0x0...@gmail.com  
View profile  
 More options Mar 7 2009, 1:45 pm
Newsgroups: alt.msdos.batch.nt
From: 0x0...@gmail.com
Date: Sat, 7 Mar 2009 10:45:39 -0800 (PST)
Local: Sat, Mar 7 2009 1:45 pm
Subject: Re: Detecting the current OS
Sorry, this is correct code:

:::::::::::::::::::::::::::::::::::::::::::::::::::::Code:::::::::::::::::: ­::::::::::::::::::::::::::::::::

@echo off

for /f "tokens=* eol=" %%o in (%windir%\system32\eula.txt) do (
set "_os__version_=%%o" & goto :continue:
)
:continue:
if defined _os__version_ (echo.%_os__version_:®=%) else (
for /f "tokens=1 delims=[ eol=" %%o in ('ver') do echo.%%o
)

pause

:::::::::::::::::::::::::::::::::::::::::::::::::::::Code:::::::::::::::::: ­::::::::::::::::::::::::::::::::


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Timo Salmi  
View profile  
 More options Mar 7 2009, 3:06 pm
Newsgroups: alt.msdos.batch.nt
From: Timo Salmi <t...@uwasa.fi>
Date: Sat, 07 Mar 2009 22:06:20 +0200
Local: Sat, Mar 7 2009 3:06 pm
Subject: Re: Detecting the current OS
0x0...@gmail.com wrote:
> @echo off
> for /f "tokens=* usebackq eol=" %%o in ("%windir%\system32\eula.txt")
> do ^

(etc)

I am sorry to shoot your effort down, but it makes bad logical sense,
since your code is heavily version dependent. It is one task that should
be done with as version independent code as ever possible.

    All the best, Timo

--
Prof. Timo Salmi   mailto:t...@uwasa.fi    ftp & http://garbo.uwasa.fi/
Hpage: http://www.uwasa.fi/laskentatoimi/english/personnel/salmitimo/
Department of Accounting and Finance,   University of Vaasa,  Finland
Useful CMD script tricks http://www.netikka.net/tsneti/info/tscmd.htm


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
0x0...@gmail.com  
View profile  
 More options Mar 7 2009, 7:43 pm
Newsgroups: alt.msdos.batch.nt
From: 0x0...@gmail.com
Date: Sat, 7 Mar 2009 16:43:03 -0800 (PST)
Local: Sat, Mar 7 2009 7:43 pm
Subject: Re: Detecting the current OS
On 7 mar, 17:06, Timo Salmi <t...@uwasa.fi> wrote:

first, it bothers me to quote from the wrong code, when it could have
quoted the correct code I published 10 minutes later (and the answer
is two hours later).

Try it on Windows NT, 2000, XP and Vista, and I will see which version
is so dependent.

Not always be thinking about compatibility programmed, for example, I
do not care to run this code on Windows 98 or DOS, why not just use my
batch in these systems, for example, the command else does not exist
in Windows 98.

My version, delivers more complete, that all that you put in your faq.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Scott Seligman  
View profile  
 More options Mar 7 2009, 11:50 pm
Newsgroups: alt.msdos.batch.nt
From: "Scott Seligman" <selig...@example.com>
Date: 7 Mar 2009 20:50:22 -0800
Local: Sat, Mar 7 2009 11:50 pm
Subject: Re: Detecting the current OS

0x0...@gmail.com wrote:
>Sorry, this is correct code:

>@echo off

>for /f "tokens=* eol=" %%o in (%windir%\system32\eula.txt) do (
>set "_os__version_=%%o" & goto :continue:
>)
>:continue:
>if defined _os__version_ (echo.%_os__version_:®=%) else (
>for /f "tokens=1 delims=[ eol=" %%o in ('ver') do echo.%%o
>)

>pause

This only displays "Microsoft Windows" on either one of my Vista
boxes.

I suppose that's technically correct, but not terribly helpful :)

--
--------- Scott Seligman <scott at <firstname> and michelle dot net> ---------
   Money often costs too much.
   -- Ralph Waldo Emerson


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
0x0...@gmail.com  
View profile  
 More options Mar 8 2009, 12:43 am
Newsgroups: alt.msdos.batch.nt
From: 0x0...@gmail.com
Date: Sat, 7 Mar 2009 21:43:59 -0800 (PST)
Local: Sun, Mar 8 2009 12:43 am
Subject: Re: Detecting the current OS
He devised a new way to know if the operating system is NT or 9x
family.

::::::::::::::::::::Code:::::::::::::::::::::::
set _osfamily=nt
ver /r 2>nul
if not errorlevel 1 set _osfamily=9x
echo osfamily:%_osfamily%
::::::::::::::::::::Code:::::::::::::::::::::::

ver /r is undocumented in windows 9x family. This not exist in windows
nt family.
ver /r 2>nul set errorlevel to 1 in nt family, but unset in windows 9x
family.

This can be useful.

All the best, 0x0309


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Todd Vargo  
View profile  
 More options Mar 8 2009, 1:01 am
Newsgroups: alt.msdos.batch.nt
From: "Todd Vargo" <tlva...@sbcglobal.netz>
Date: Sun, 8 Mar 2009 01:01:12 -0500
Local: Sun, Mar 8 2009 1:01 am
Subject: Re: Detecting the current OS

You apperantly don't understand newsgroup posting.

> Try it on Windows NT, 2000, XP and Vista, and I will see which version
> is so dependent.

No, YOU do your own testing prior to publishing.

> Not always be thinking about compatibility programmed, for example, I
> do not care to run this code on Windows 98 or DOS, why not just use my
> batch in these systems, for example, the command else does not exist
> in Windows 98.

> My version, delivers more complete, that all that you put in your faq.

Your later versions were also version dependent as well as questionable.
Reading eula.txt for OS version is a haphazard approach. While you may not
care about Windows 98 or DOS systems, there are others reading this
discussion who may.

--
Todd Vargo
(Post questions to group only. Remove "z" to email personal messages)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
0x0...@gmail.com  
View profile  
 More options Mar 8 2009, 1:35 am
Newsgroups: alt.msdos.batch.nt
From: 0x0...@gmail.com
Date: Sat, 7 Mar 2009 22:35:48 -0800 (PST)
Local: Sun, Mar 8 2009 1:35 am
Subject: Re: Detecting the current OS
On 8 mar, 03:01, "Todd Vargo" <tlva...@sbcglobal.netz> wrote:

At least I do, how many times I found the operating system has to
differentiate between Windows NT and 2000 or XP, for example because
the command output Reg.exe query is different but if you are looking
for a script compatible with command.com Windows 98 SE lose all of the
NT, eg nesting of commands, set /p, for /f, else, & && ||  etc.

The code that reads eula.txt rioja tested on Windows 2000 and XP,
although a user has already said that it does not work in Vista. In
Windows 98 the file is called LICENSE.TXT but can not be parsed with a
for /f

The universal detector Timo said: Unknow in my Windows XP.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
0x0...@gmail.com  
View profile  
 More options Mar 8 2009, 1:51 am
Newsgroups: alt.msdos.batch.nt
From: 0x0...@gmail.com
Date: Sat, 7 Mar 2009 22:51:39 -0800 (PST)
Local: Sun, Mar 8 2009 1:51 am
Subject: Re: Detecting the current OS
I will make a universal windows dos detector version, give me a three
days please.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Timo Salmi  
View profile  
 More options Mar 8 2009, 4:58 am
Newsgroups: alt.msdos.batch.nt
From: Timo Salmi <t...@uwasa.fi>
Date: Sun, 08 Mar 2009 10:58:58 +0200
Local: Sun, Mar 8 2009 4:58 am
Subject: Re: Detecting the current OS

0x0...@gmail.com wrote:
> I will make a universal windows dos detector version, give me a three
>  days please.

Is there a special reason to re-solve a problem that already has been
solved? http://www.netikka.net/tsneti/info/tscmd004.htm

Not that new or revisited solutions wouldn't always be welcome.

    All the best, Timo

--
Prof. Timo Salmi   mailto:t...@uwasa.fi    ftp & http://garbo.uwasa.fi/
Hpage: http://www.uwasa.fi/laskentatoimi/english/personnel/salmitimo/
Department of Accounting and Finance,   University of Vaasa,  Finland
Useful CMD script tricks http://www.netikka.net/tsneti/info/tscmd.htm


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oswald Low  
View profile  
 More options Mar 8 2009, 7:36 am
Newsgroups: alt.msdos.batch.nt
From: "Oswald Low" <ad...@127.0.0.1>
Date: Sun, 08 Mar 2009 11:36:00 -0000
Subject: Re: Detecting the current OS

On Sun, 08 Mar 2009 08:58:58 -0000, Timo Salmi <t...@uwasa.fi> wrote:
> 0x0...@gmail.com wrote:
>> I will make a universal windows dos detector version, give me a three
>>  days please.

> Is there a special reason to re-solve a problem that already has been
> solved? http://www.netikka.net/tsneti/info/tscmd004.htm

> Not that new or revisited solutions wouldn't always be welcome.

>     All the best, Timo

Well there's the internal "DOS" version available via int 21 functions, as  
long as you're on an intel platform.
I felt somone in this group (or AMB) had made some ascii assembler code  
about 5 years ago, but I can't find it now.(later) Oh, seems I did keep it.

One of Herbert's? ah, found it

http://groups.google.com/group/comp.os.msdos.programmer/browse_thread...

--
Lovely plumage


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
0x0...@gmail.com  
View profile  
 More options Mar 8 2009, 7:53 am
Newsgroups: alt.msdos.batch.nt
From: 0x0...@gmail.com
Date: Sun, 8 Mar 2009 04:53:20 -0700 (PDT)
Local: Sun, Mar 8 2009 7:53 am
Subject: Re: Detecting the current OS
Here is my improve version of Timo Salmi detector:
http://sites.google.com/site/ntbatchsite/universal-batch-operating-sy...
(I put here because the posting in this groups alter the code.)

We tested on Windows 98, 2000, 2003, XP and tried the syntax in MS DOS
7.10, also tried it using cmd.exe from Windows NT 4 server.
I have not tested on Vista, but I think it should work.

The version of the Timo is limited by language, "software version" is
in my windows "versión del programa", because it did not work, so I
decided to make an improvement for the family nt can be executed in
any language.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Frank P. Westlake  
View profile  
 More options Mar 8 2009, 8:15 am
Newsgroups: alt.msdos.batch.nt
From: "Frank P. Westlake" <frank.westl...@yahoo.net>
Date: Sun, 8 Mar 2009 05:15:48 -0700
Local: Sun, Mar 8 2009 8:15 am
Subject: Re: Detecting the current OS
<0x0309@>
news:8fd8d47f-a16b-4d53-a912-613fabac0463@c36g2000yqn.googlegroups.com...

> Here is my improve version of Timo Salmi detector:
> I have not tested on Vista, but I think it should work.

In Windows Vista SP 1 it prints:

  Operating System: Windows Vista or Seven

But If you get to that point you can run VER and see that it is not version
seven. My Windows Vista SP1 prints "Microsoft Windows [Version 6.0.6001]",
but I have access to only this one computer so I don't know if the service
pack is encoded in the version number.

Frank


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
0x0...@gmail.com  
View profile  
 More options Mar 8 2009, 8:29 am
Newsgroups: alt.msdos.batch.nt
From: 0x0...@gmail.com
Date: Sun, 8 Mar 2009 05:29:50 -0700 (PDT)
Local: Sun, Mar 8 2009 8:29 am
Subject: Re: Detecting the current OS
run net config workstation|find /i "Windows", perhaps need authorizate
this command.
windows seven is kernel 6.1

Now that I've written all the code, I've noticed that you only need
Timo code is simply:

Replace:
"Software version"

by:

"Windows"

It was so simple. xD


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Timo Salmi  
View profile  
 More options Mar 8 2009, 10:15 am
Newsgroups: alt.msdos.batch.nt
From: Timo Salmi <t...@uwasa.fi>
Date: Sun, 08 Mar 2009 16:15:43 +0200
Local: Sun, Mar 8 2009 10:15 am
Subject: Re: Detecting the current OS

0x0...@gmail.com wrote:
> Here is my improve version of Timo Salmi detector:
> http://sites.google.com/site/ntbatchsite/universal-batch-operating-sy...
> (I put here because the posting in this groups alter the code.)

I've added a link to your posting, into my item #4.

    All the best, Timo

--
Prof. Timo Salmi   mailto:t...@uwasa.fi    ftp & http://garbo.uwasa.fi/
Hpage: http://www.uwasa.fi/laskentatoimi/english/personnel/salmitimo/
Department of Accounting and Finance,   University of Vaasa,  Finland
Useful CMD script tricks http://www.netikka.net/tsneti/info/tscmd.htm


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
0x0...@gmail.com  
View profile  
 More options Mar 8 2009, 5:30 pm
Newsgroups: alt.msdos.batch.nt
From: 0x0...@gmail.com
Date: Sun, 8 Mar 2009 14:30:47 -0700 (PDT)
Local: Sun, Mar 8 2009 5:30 pm
Subject: Re: Detecting the current OS
I updated the script, I have corrected the detection of Windows
Millennium, and I modified a simple label in capital letters.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
0x0...@gmail.com  
View profile  
 More options Mar 8 2009, 8:40 pm
Newsgroups: alt.msdos.batch.nt
From: 0x0...@gmail.com
Date: Sun, 8 Mar 2009 17:40:31 -0700 (PDT)
Local: Sun, Mar 8 2009 8:40 pm
Subject: Re: Detecting the current OS
In:
http://sites.google.com/site/ntbatchsite/universal-batch-operating-sy...

also can view the updated script (beta 3), and download iso image (52
KB) with os.bat for testing in operating systems with virtual machine.
I test in MS-DOS 7.10 and Windows 95, and works.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 45   Newer >
« Back to Discussions « Newer topic     Older topic »