This still shows the path to my local user documents and not to all users documents...SetShellVarContext all
MessageBox MB_OK $DOCUMENTS
Why? I'm working on Windows XP SP2, so this should work, as all users folder does exist...
Lieven
32 posts
This still shows the path to my local user documents and not to all users documents...SetShellVarContext all
MessageBox MB_OK $DOCUMENTS
curr $DOCUMENTS: C:\Documents and Settings\Anders\Documents
all $DOCUMENTS: C:\Documents and Settings\Anders\Documents
curr $PICTURES: C:\Documents and Settings\Anders\Documents\Pictures
all $PICTURES: C:\Documents and Settings\All Users\Documents\My Pictures
curr $MUSIC: C:\Documents and Settings\Anders\Documents\Music
all $MUSIC: C:\Documents and Settings\All Users\Documents\My Music
curr $VIDEOS: C:\Documents and Settings\Anders\Documents\Videos
all $VIDEOS: C:\Documents and Settings\All Users\Documents\My Videos
curr $DESKTOP: C:\Documents and Settings\Anders\Desktop
all $DESKTOP: C:\Documents and Settings\All Users\Desktop
curr $APPDATA: C:\Documents and Settings\Anders\Application Data
all $APPDATA: C:\Documents and Settings\All Users\Application Data
curr $TEMPLATES: C:\Documents and Settings\Anders\Templates
all $TEMPLATES: C:\Documents and Settings\All Users\Templates
curr $STARTMENU: C:\Documents and Settings\Anders\Start Menu
all $STARTMENU: C:\Documents and Settings\All Users\Start Menu