mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-11 03:13:34 +02:00
+Verbosity
This commit is contained in:
parent
e1c3d6993b
commit
be15603be8
1 changed files with 3 additions and 1 deletions
|
@ -11,6 +11,7 @@ CLS
|
||||||
CALL :message "This batch should be run from your Firefox profile directory."
|
CALL :message "This batch should be run from your Firefox profile directory."
|
||||||
CALL :message "It will remove from prefs.js any entries that also exist in user.js."
|
CALL :message "It will remove from prefs.js any entries that also exist in user.js."
|
||||||
CALL :message "This will allow inactive preferences to reset to default value."
|
CALL :message "This will allow inactive preferences to reset to default value."
|
||||||
|
CALL :message "Firefox needs to stay closed during the process."
|
||||||
ECHO:
|
ECHO:
|
||||||
CHOICE /C SHE /N /M "Start [S] Help [H] Exit [E]"
|
CHOICE /C SHE /N /M "Start [S] Help [H] Exit [E]"
|
||||||
CLS
|
CLS
|
||||||
|
@ -24,7 +25,8 @@ IF NOT EXIST "prefs.js" ( CALL :abort "prefs.js not found in the current directo
|
||||||
CALL :FFcheck
|
CALL :FFcheck
|
||||||
CALL :message "Backing up prefs.js..."
|
CALL :message "Backing up prefs.js..."
|
||||||
COPY /B /V /Y prefs.js "prefs-backup-!date:/=-!_!time::=.!.js"
|
COPY /B /V /Y prefs.js "prefs-backup-!date:/=-!_!time::=.!.js"
|
||||||
CALL :message "Cleaning prefs.js... (this can take a while)"
|
CALL :message "Cleaning prefs.js...
|
||||||
|
CALL :message "Don't close this window and don't run Firefox until this is done."
|
||||||
CALL :cleanup
|
CALL :cleanup
|
||||||
CLS
|
CLS
|
||||||
CALL :message "All done."
|
CALL :message "All done."
|
||||||
|
|
Loading…
Add table
Reference in a new issue