Launch portable apps for MIME type
I wanted to be able to use Portable FireFox to launch uTorrent, Foxit Reader, and other such portable apps from my drive. First I found this:
https://portableapps.com/node/1629
but I didn't want to put a copy of every portable app in the firefox directory so I tried a few things and came up with this
assuming:
PortableApps
-\FirefoxPortable
--\App
---\firefox
----firefox.exe
-\Foxit Reader
--foxitreader.exe
1. Open PortableApps\FirefoxPortable\App\firefox directory
2. create a text file named PDF.cmd
3. edit the file to contain
start "..\Foxit Reader\FoxitReader.exe" %1
- Read more about Launch portable apps for MIME type
- 4 comments
- Log in or register to post comments