like TEMP, PATH etc.?
Of course, I can execute system("set > logfile.log" but it is not so elegant for end user aplication. Under Win2000 I found registry key HKEY_CURRENT_USER\Environment\TEMP, but its value encloses a reference to another env. variable USERPROFILE, which I cannot find. What about Win98?
Of course, I can execute system("set > logfile.log" but it is not so elegant for end user aplication. Under Win2000 I found registry key HKEY_CURRENT_USER\Environment\TEMP, but its value encloses a reference to another env. variable USERPROFILE, which I cannot find. What about Win98?