Felice Enellen
14 discussion posts
With the windows taskbar, which simply uses standard *.lnk shortcuts under the hood, you can of course say what folder an app on the taskbar starts in, independent of the path to the executable. This is handy for apps like the command prompt or windows explorer, where you might want to set them to start always in a handy location (e.g. "C:\" or "%USERPROFILE%"). Also, there are apps where the binary is in a 'bin' subfolder of the app's install root but should be run from the root, not the 'bin' folder.
Would it be hard to add a field to the shortcut edit box that lets us set the starting folder? It could be optional. If the setting isn't present (as with existing shortcuts) you'd just use whatever magic you currrently use to select a starting folder.