O.P. RE: Environment variables
I know, but i have to do everything dinamically.
I had an exe file which output was something like:
SET "Local AppData=C:\DOCUME~1\Vincy\IMPOST~1\DATIAP~1"
SET "Common Programs=C:\DOCUME~1\ALLUSE~1\MENUAV~1\PROGRA~1"
And i used those defined variables a batch file.
I'm trying to do the same thing without that exe file.
I've already tried saving HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders to a file, but results are something like:
"Local AppData"="C:\\Documents and Settings\\Vincy\\Impostazioni locali\\Dati applicazioni"
What can i do to define Special Folders' Paths in the batch file?
This post was edited on 02-12-2009 at 11:00 PM by wincy.
|