You are here

Specify files to open with Portable Firefox without changing main computer's settings

4 posts / 0 new
Last post
AnnaNmty
Offline
Last seen: 14 years 1 month ago
Joined: 2006-03-15 15:25
Specify files to open with Portable Firefox without changing main computer's settings

Question: Is there a way to have html files on a flash drive open with Portable Firefox stored on the same flash drive, even if the drive letter of the device is unknown?

Task specifics: I want to give a person a flash drive which will contain confidential files (written in HTML) to view. Each file contains links to the others and there is a main index page.

I want the person to use Portable Firefox to view these files and to be able to navigate through the file group, but the computers used to plug in the drive will all have IE specified as the default browser and this setting will not be able to be changed. All computers used will run Windows XP. The user is not computer savvy.

Patolucas
Offline
Last seen: 17 years 9 months ago
Joined: 2006-06-12 04:29
simple workaround?

Can you create a .bat file?

You could just add '@PortableFirefox.exe index.html' in the batch file (this example with index.html in the same folder as PortableFirefox.exe). You could even create a shortcut to it and modify its icon, or whatever change you would like to make.

Then just instruct the user to run that 'loader' instead of the html file?

John T. Haller
John T. Haller's picture
Offline
Last seen: 6 hours 11 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Single Index

Best to have a single index.html file that links to all the others (using relative links) and then specify that as the start page within PFF using the INI option. (Check the readme and example INI in Other\PortableFirefoxSource for more info).

Sometimes, the impossible can become possible, if you're awesome!

AnnaNmty
Offline
Last seen: 14 years 1 month ago
Joined: 2006-03-15 15:25
Thanks!

I used the .ini solution, but thanks for both responses. Never underestimate the value of reading a README file...

Topic locked