Citat:
1. Copy the Firefox application folder and your profile folder to the removable medium. In this example we will use R:\Firefox for the application folder and R:\FFProfile as the profile folder, assuming the drive letter for the removable media is R:.
2. Create a simple batch file called R:\Firefox.bat with the following line:
start \Firefox\firefox.exe -profile \FFProfile
3. Optionally, disable the disk cache to reduce the amounts of file writes to the removable storage by using about:config to set browser.cache.disk.enable to false.
The reason why a batch file is needed instead of a simple shortcut is that a shortcut uses absolute paths, and since the actual drive letter for the removable media may change depending on which computer it is plugged into, the relative path used in the batch file is guaranteed to work anywhere
Citat:
Uporabnik matejdro pravi:
The reason why a batch file is needed instead of a simple shortcut is that a shortcut uses absolute paths, and since the actual drive letter for the removable media may change depending on which computer it is plugged into, the relative path used in the batch file is guaranteed to work anywhere
Sem se že zmenil z avtorjemCitat:
Uporabnik matejdro pravi:
Nevem, ker sem samo copy paste iz mozilline strani!