Skip to content

Instantly share code, notes, and snippets.

@protolif
Last active February 28, 2017 08:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save protolif/e5c381e60c071242a534b6d978620cd3 to your computer and use it in GitHub Desktop.
Save protolif/e5c381e60c071242a534b6d978620cd3 to your computer and use it in GitHub Desktop.
Batch script to enable Firefox roaming profile - MACL
@echo off
:: PURPOSE: Launches Firefox with a roaming profile so you can save cookies, bookmarks, and passwords again.
:: SETUP: Browse to \\maclsp\user\ and locate the folder with your username. If not found, right click an empty space
:: and create the folder with your MACL username. Save this file to your Desktop on MACL1-3 and/or in startup
:: scripts under Start > Programs > Startup to run it automatically on login.
echo Launching Firefox with roaming profile...
"\\maclprofiles\thinapps\firefox\Mozilla Firefox.exe" -profile \\maclsp\user\%USERNAME%\%USERNAME%.ffp -url http://maclinterface:8081/login.html
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment