he said that he has done that already, and what he's looking for isn't there.
_____ From: Jeff Bishop [mailto:j...@jeffbishop.com] Sent: Saturday, January 09, 2010 11:58 AM To: gw-scripting@gwmicro.com Subject: RE: Standard paths in Windows Simply drop to a command prompt and issue a command like: Set > c:\envlist.txt You will get a list. From: Chip Orange [mailto:lists3...@comcast.net] Sent: Saturday, January 09, 2010 9:53 AM To: gw-scripting@gwmicro.com Subject: RE: Standard paths in Windows take the few you do know (such as appdata and userprofile) and google them together; you'll likely come up with a page listing them all. _____ From: David [mailto:eleph...@tele2.no] Sent: Saturday, January 09, 2010 7:57 AM To: Scripting List WE Subject: Standard paths in Windows As you know, the %appdata% variable in Windows, holds the full pthname pathname to the Application Data folder for the current user. I know, there should be similar variables for 'my documents', 'favorites' and so forth. Does anyone know, of a list of all the available variables in Windows? I did try the SET command, in the cmd window, but it only lists some of the variables (doesn't give me the variable for my favorites folder, for instance). Thanks alot,