Archived from groups: microsoft.public.windowsxp.general (
More info?)
Not totally true.
XP will look at Autoexec.bat if ParseAutoexec is set to 1.
The only lines in Autoexec.bat that Windows XP will read are the lines that
begin with SET or PATH. If ParseAutoexec is set to 1.
When this value is enabled the variables listed in the Autoexec.bat file
will be parsed and included in the current user environment.
HKEY_CURRENT_USER\Software\Microsoft\Windows
NT\CurrentVersion\Winlogon
Value Name: ParseAutoexec
Data Type: REG_SZ
Data: 0 or 1
0 : Ignores Autoexec.bat at logon.
1 : Parses Autoexec.bat at logon.
This has no effect on the parsing of AUTOEXEC.NT or CONFIG.NT by the MS-DOS
or 16-bit Windows environments (VDMs).
Read Environment Variables in Autoexec.bat File
http://www.winguides.com/registry/display.php/162/
Also see this...
How do I check for duplicate path entries?
http://www.jsifaq.com/SUBJ/tip4700/rh4770.htm
--
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
In news:2F325524-5F77-4FBE-94EA-30618E2DBD01@microsoft.com,
Jonybrv <Jonybrv@discussions.microsoft.com> hunted and pecked:
> Windows XP does not use autoexec.bat or config.sys. It simulates MS-DOS
> environment using files config.nt and autoexec.nt.
>
> If want to run something on the startup, place it in the startup menu
> instead.
>
>
> --
> JonyBrv
>
>
> "Smokingpipe" wrote:
>
>> I now MS-Dos well in 95 & 98. It has AUTOEXEC.BAT & CONFIG.SYS where
>> you can go into and change things. I like to add Interlnk/Intersvr (and
>> use REM, to turn it off) and change the Prompt, ect.. Where would I
>> find this in XP. I can't figure this out and don't know where XP start
>> its programs up from. Can someone help me please? Thanks