What are these strange environment variables?

后端 未结 1 654
小鲜肉
小鲜肉 2020-12-06 05:24

I use GetEnvironmentString() to get the program\'s environment variables.

Every program has such result in the first:

=::=::\\


        
相关标签:
1条回答
  • 2020-12-06 05:42

    They are leftovers from cmd.exe emulating ms-dos directory handling, they basically have little use, and are more archaic than anything. Essentially, it keeps track of a per drive current directory, and is kept as an environment variable to pass to other processes with ease.

    0 讨论(0)
提交回复
热议问题