Hello everybody!
I need to get system environment variables (see
Wikipedia) and write them in a file.
They are stored here:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
But i need them to be like this:
"Templates=C:\DOCUME~1\User\Models"
And not like this:
"Templates"="C:\\Documents and Settings\\Vincy\\Modelli"
How can i do that, in JScript or batch?
Thanks