Alexander Suhovey
10-13-2006, 05:58 PM
Hello everyone,
Some time ago I've found on the Internet a definitive table of
predefined environment variables available in different versions of
Windows but cannot seem to find it now. Does anybody happen to have a
link to such a table?
I'm specifically interested in comparative table that shows exactly what
is available and what is not in specific version of MS-DOS/Windows.
Thanks.
--
Alexander Suhovey
Alexander Suhovey
10-13-2006, 10:54 PM
"Alexander Suhovey" <asuhovey@gmail.com> wrote in message
news:002001c6eee8$dc49b840$8d01a8c0@a4vision.org...
> Hello everyone,
>
> Some time ago I've found on the Internet a definitive table of
> predefined environment variables available in different versions of
> Windows but cannot seem to find it now. Does anybody happen to have a
> link to such a table?
>
> I'm specifically interested in comparative table that shows exactly what
> is available and what is not in specific version of MS-DOS/Windows.
> Thanks.
>
> --
> Alexander Suhovey
>
>
Found it:
http://www.scriptlogic.com/support/CustomScripts/environmentVariableReference.html
--
Alexander Suhovey
John John
10-14-2006, 08:31 AM
There are errors in the list!
John
Alexander Suhovey wrote:
> "Alexander Suhovey" <asuhovey@gmail.com> wrote in message
> news:002001c6eee8$dc49b840$8d01a8c0@a4vision.org...
>
>> Hello everyone,
>>
>> Some time ago I've found on the Internet a definitive table of
>> predefined environment variables available in different versions of
>> Windows but cannot seem to find it now. Does anybody happen to have a
>> link to such a table?
>>
>> I'm specifically interested in comparative table that shows exactly what
>> is available and what is not in specific version of MS-DOS/Windows.
>> Thanks.
>>
>> --
>> Alexander Suhovey
>>
>>
>
> Found it:
> http://www.scriptlogic.com/support/CustomScripts/environmentVariableReference.html
>
>
> --
> Alexander Suhovey
Alexander Suhovey
10-14-2006, 11:17 AM
"John John" <audetweld@nbnet.nb.ca> wrote in message
news:%236$QUL27GHA.4776@TK2MSFTNGP02.phx.gbl...
> There are errors in the list!
>
> John
>
> Alexander Suhovey wrote:
>> "Alexander Suhovey" <asuhovey@gmail.com> wrote in message
>> news:002001c6eee8$dc49b840$8d01a8c0@a4vision.org...
>>
>>> Hello everyone,
>>>
>>> Some time ago I've found on the Internet a definitive table of
>>> predefined environment variables available in different versions of
>>> Windows but cannot seem to find it now. Does anybody happen to have a
>>> link to such a table?
>>>
>>> I'm specifically interested in comparative table that shows exactly what
>>> is available and what is not in specific version of MS-DOS/Windows.
>>> Thanks.
>>>
>>> --
>>> Alexander Suhovey
>>>
>>>
>>
>> Found it:
>> http://www.scriptlogic.com/support/CustomScripts/environmentVariableReference.html -
>> -
>> Alexander Suhovey
Care to elaborate?
--
Alexander Suhovey
John John
10-14-2006, 03:42 PM
Alexander Suhovey wrote:
> "John John" <audetweld@nbnet.nb.ca> wrote in message
> news:%236$QUL27GHA.4776@TK2MSFTNGP02.phx.gbl...
>
>> There are errors in the list!
>>
>> John
>>
>> Alexander Suhovey wrote:
>>
>>> "Alexander Suhovey" <asuhovey@gmail.com> wrote in message
>>> news:002001c6eee8$dc49b840$8d01a8c0@a4vision.org...
>>>
>>>> Hello everyone,
>>>>
>>>> Some time ago I've found on the Internet a definitive table of
>>>> predefined environment variables available in different versions of
>>>> Windows but cannot seem to find it now. Does anybody happen to have a
>>>> link to such a table?
>>>>
>>>> I'm specifically interested in comparative table that shows exactly
>>>> what
>>>> is available and what is not in specific version of MS-DOS/Windows.
>>>> Thanks.
>>>>
>>>> --
>>>> Alexander Suhovey
>>>>
>>>>
>>>
>>> Found it:
>>> http://www.scriptlogic.com/support/CustomScripts/environmentVariableReference.html
>>> - -
>>> Alexander Suhovey
>
>
> Care to elaborate?
Nothing major I suppose, but at a cursory glance I see that some
variables are not shown (green dots) as NT4 variables, such as:
UserDomain
UserName
UserProfile
I know these to be NT 4.0 variables, at least they are with the later
service packs. Maybe it's just a typo or omission in the list, but it
does lead one to wonder what other errors might be in the list.
In a mixed environment one assigned a task of witting a script to work
on different machines might be misled to thinking that the script would
fail or be invalid for different machines, without an installation with
the target operating system to test, the script a writer might be doing
work or searching for answers for naught.
John
"John John" <audetweld@nbnet.nb.ca> сообщил/сообщила в новостях следующее:
news:OzhvD857GHA.4288@TK2MSFTNGP02.phx.gbl...
> Alexander Suhovey wrote:
>>> There are errors in the list!
>>>> Found it:
>>>> http://www.scriptlogic.com/support/CustomScripts/environmentVariableReference.html
>> Care to elaborate?
>
> Nothing major I suppose, but at a cursory glance I see that some variables
> are not shown (green dots) as NT4 variables, such as:
>
> UserDomain
> UserName
> UserProfile
>
> I know these to be NT 4.0 variables, at least they are with the later
> service packs. Maybe it's just a typo or omission in the list, but it
> does lead one to wonder what other errors might be in the list.
I could add, under XP (at least) there are differences
for predefined variables for the SYSTEM "user" profile.
In particular, UserName and UserDomain aren't set for it.