can anyone tell me what is OS home directory in Windows XP Home and XP Pro
ie. in win2k it's C:\WINNT.... in winME it's C:\Windows
what is it for XP
Printable View
can anyone tell me what is OS home directory in Windows XP Home and XP Pro
ie. in win2k it's C:\WINNT.... in winME it's C:\Windows
what is it for XP
Hi
Cheers.Code:echo %WINDIR%
p.s. huh, I think that's my shortest post at all time :D
c:\windows
enjoy
Is there i windows XP forder eqivalent to this in windows 2000
"D:\Documents and Settings\All Users\Start Menu\Programs\Startup"
I'm trying to configre Internet proxy on my home computer and I want it to start everytime.
to sec_ware... i don't have XP so echo would be useless
Hi
Actually it is the sameQuote:
Nevertheless - whatever you do with it, you have much more flexibilityCode:C:\Documents and Settings\All Users\Start Menu\Programs\Startup
Note: > echo %ALLUSERSPROFILE%\Start Menu\Programs\Startup
if you somehow try to use the environment variables[1a,1b].
For example in c:
CheersCode:#include <stdio.h>
int main(int argc, char *argv[], char *environment_variables[])
{
int i;
for(i=0; environment_variables[i] != NULL; i++)
printf("%s\n", environment_variables[i]);
return(0);
}
[1a] http://vlaurie.com/computers2/Articles/environment.htm
[1b] http://kennethhunt.com/archives/000933.html