Firefox Portable is located on a USB stick mapped to drive L:\ and is in the subfolder L:\KeyApps\FirefoxPortable
I want to run the program with a command line argument forcing it to use the (relative) profile on that stick located in \KeyApps\FirefoxPortable\Data\Profile
When I navigate to the folder where the executable is located and enter
FirefoxPortable.exe -profile "Key Apps/FirefoxPortable/Data/profile"
it works fine, but when I place the following in LBC as the command, nothing happens -
%APPDRIVE%\Key Apps\FirefoxPortable\FirefoxPortable.exe -profile "Key Apps/FirefoxPortable/Data/profile"
Am I missing something??