Brian Murray wrote:

On *nix it's $HOME,
on Windows %HOMEPATH% (C:\Documents and Settings\youraccount) (even within

Cygwin).


Small clarification, in Windows (XP at least) %HOMEPATH% does not include
the drive letter.  You would need to use either
   %HOMEDRIVE%%HOMEPATH%
or
   %USERPROFILE%

Right, thanks for correction.


Regards,
Tomek




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to