From be15603be8b5a0bcca95b70d3be5a5642922e848 Mon Sep 17 00:00:00 2001 From: claustromaniac <20734810+claustromaniac@users.noreply.github.com> Date: Thu, 14 Dec 2017 01:58:33 +0000 Subject: [PATCH] +Verbosity --- prefs cleaner.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/prefs cleaner.bat b/prefs cleaner.bat index 2304816..582d809 100644 --- a/prefs cleaner.bat +++ b/prefs cleaner.bat @@ -11,6 +11,7 @@ CLS 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 "This will allow inactive preferences to reset to default value." +CALL :message "Firefox needs to stay closed during the process." ECHO: CHOICE /C SHE /N /M "Start [S] Help [H] Exit [E]" CLS @@ -24,7 +25,8 @@ IF NOT EXIST "prefs.js" ( CALL :abort "prefs.js not found in the current directo CALL :FFcheck CALL :message "Backing up prefs.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 CLS CALL :message "All done."