Windows Batch Variables

List of Windows Environment Variable Commonly used variables used in Windows Batch Scripts, etc… Variable Description Example Value %ALLUSERSPROFILE% Path to the All Users Profile C:\Documents and Settings\All Users %APPDATA% Path to location of default applications data store C:\Documents and Settings\JDoe\Application Data %CD% Path to the current directory c:\windows\system32 %CMDCMDLINE% Path to the command line…

Continue reading