|
-
February 26th, 2005, 05:57 AM
#1
need quick help (stupid but necessary)
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
-
February 26th, 2005, 05:59 AM
#2
Hi
Cheers.
p.s. huh, I think that's my shortest post at all time
If the only tool you have is a hammer, you tend to see every problem as a nail.
(Abraham Maslow, Psychologist, 1908-70)
-
February 26th, 2005, 06:06 AM
#3
Duct tape.....A whole lot of Duct Tape
Spyware/Adaware problem click
here
-
February 26th, 2005, 07:33 PM
#4
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
-
February 27th, 2005, 12:39 AM
#5
i wonder ...
Hi
Originally posted here by unhappy
"D:\Documents and Settings\All Users\Start Menu\Programs\Startup"
Actually it is the same
Code:
C:\Documents and Settings\All Users\Start Menu\Programs\Startup
Note: > echo %ALLUSERSPROFILE%\Start Menu\Programs\Startup
Nevertheless - whatever you do with it, you have much more flexibility
if you somehow try to use the environment variables[1a,1b].
For example in c:
Code:
#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);
}
Cheers
[1a] http://vlaurie.com/computers2/Articles/environment.htm
[1b] http://kennethhunt.com/archives/000933.html
If the only tool you have is a hammer, you tend to see every problem as a nail.
(Abraham Maslow, Psychologist, 1908-70)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|