Nested User Variables
aussieboykie > 2021-09-21 23:19
The first 3 definitions are useable as pointers to folder structures
{AppData}=%USERPROFILE%\AppData
{Local}=%USERPROFILE%\AppData\Local
{Roaming}=%USERPROFILE%\AppData\Roaming
{Low}={AppData}\LocalLow
The 4th definition attempts to use a nested user variable {AppData} but does not expand properly when used..