Hi,
From Start, Run if I type:
explorer.exe %AppData%\FolderName
FolderName opens in Windows Explorer, but...
Returns an error message from Windows Explorer:Code:Shell "explorer.exe %AppData%\FolderName", 1
The path '%AppData%\FolderName' does not exist or is not a directory.
but...
opens the root directory in explorer.Code:Shell "explorer.exe c:\", 1
Can you tell why it won't recognize %AppData%?




Reply With Quote