
27 May
2005
27 May
'05
7:16 a.m.
"David Abrahams" <dave@boost-consulting.com> wrote in message news:upsvdfl14.fsf@boost-consulting.com...
"Arkadiy Vertleyb" <vertleyb@hotmail.com> writes:
[snip]
3) What is my $HOME directory? The boost-sandbox\libs\typeof\doc?
Sorry, that was a Unix-ism. Just
set HOME=%HOMEPATH%
Actually, I think that this should be: set HOME=%HOMEDRIVE%%HOMEPATH%
and it will be in c:\Documents and Settings\<your-user-name>
For me, it's actually "d:\users\jni" - but normally it defaults to be the above. I usally change the user settings to have my home path somewhere else.
We ought to change it so it uses %HOMEPATH% instead of %HOME% by default, on Windows.
As above. // Johan