Adding an App to the Menu from a Directory Inside a PortableApps Sub-Directory
I have a .exe app that I want to add to the PortableApps menu. The .exe file, though, is in a sub-directory of the program's folder in the PortableApps folder, i.e.
F:\PortableApps\ProgramNamePortable\bin\
The .exe absolutely must be located in the bin directory. I have tried adding a shortcut like this:
F:\PortableApps\ProgramNamePortable\ProgramsShortcut.lnk
but the PortableApps menu won't add the shortcut.