You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pretty much the title. Using Environment Variable (like %ProgramFiles%) in the Custom Shortcut Target (plus additional details in the other boxes) results in a VBS Error.
This is because the WshShell.CurrentDirectory line of the VBS script becomes WshShell.CurrentDirectory = "<path\of\parent\folder\of\TileIconifier.exe>\%ProgramFiles%\BraveSoftware\Brave-Browser\Application\".
For example: WshShell.CurrentDirectory = "D:\Software\TileIconifier\%ProgramFiles%\BraveSoftware\Brave-Browser\Application\"
The text was updated successfully, but these errors were encountered:
ChaliceChore
changed the title
Using Environment Vairable (like %ProgramFiles%) in Custom Shortcut Target results in VBS Error
Using Environment Variable (like %ProgramFiles%) in Custom Shortcut Target results in VBS Error
Sep 14, 2024
Pretty much the title. Using Environment Variable (like %ProgramFiles%) in the Custom Shortcut Target (plus additional details in the other boxes) results in a VBS Error.
This is because the
WshShell.CurrentDirectory
line of the VBS script becomesWshShell.CurrentDirectory = "<path\of\parent\folder\of\TileIconifier.exe>\%ProgramFiles%\BraveSoftware\Brave-Browser\Application\"
.For example:
WshShell.CurrentDirectory = "D:\Software\TileIconifier\%ProgramFiles%\BraveSoftware\Brave-Browser\Application\"
The text was updated successfully, but these errors were encountered: