Last active
February 28, 2017 08:40
-
-
Save aim-up/e5c381e60c071242a534b6d978620cd3 to your computer and use it in GitHub Desktop.
Batch script to enable Firefox roaming profile - MACL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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