What is the meaning of these Windows Environment variables: HOMEDRIVE, HOMEPATH, HOMESHARE, USERPROFILE

前端 未结 4 2109
孤独总比滥情好
孤独总比滥情好 2020-12-13 06:38

What is the meaning of these Windows Environment variables:

  • HOMEDRIVE,
  • HOMEPATH,
  • HOMESHARE,
  • and USERPROFILE?

Who

4条回答
  •  轮回少年
    2020-12-13 07:16

    if you go to the run box and type any of the above like this

    %HOMEPATH%

    then it will go to your environment path that is set on your machine. It's usefull when writing vb scrips and things like that where you want to perform a task on the users profile area for example.

    Hope this helps

提交回复
热议问题