mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-11 03:13:34 +02:00
just some re-wording
This commit is contained in:
parent
ee7d95b8c1
commit
b91e08ab04
1 changed files with 4 additions and 2 deletions
|
@ -18,7 +18,7 @@ ECHO:
|
||||||
CALL :message "This script should be run from your Firefox profile directory."
|
CALL :message "This script should be run from your Firefox profile directory."
|
||||||
ECHO It will remove any entries from prefs.js that also exist in user.js.
|
ECHO It will remove any entries from prefs.js that also exist in user.js.
|
||||||
CALL :message "This will allow inactive preferences to be reset to their default values."
|
CALL :message "This will allow inactive preferences to be reset to their default values."
|
||||||
ECHO Don't use this profile during the process.
|
ECHO This Firefox profile shouldn't be in use during the process.
|
||||||
CALL :message ""
|
CALL :message ""
|
||||||
CHOICE /C SHE /N /M "Start [S] Help [H] Exit [E]"
|
CHOICE /C SHE /N /M "Start [S] Help [H] Exit [E]"
|
||||||
CLS
|
CLS
|
||||||
|
@ -53,7 +53,9 @@ TASKLIST /FI "IMAGENAME eq firefox.exe" 2>NUL | FIND /I /N "firefox.exe">NUL
|
||||||
IF NOT ERRORLEVEL 1 (
|
IF NOT ERRORLEVEL 1 (
|
||||||
CLS
|
CLS
|
||||||
CALL :message "Firefox is still running."
|
CALL :message "Firefox is still running."
|
||||||
ECHO If it's not using this profile you can continue, otherwise close it first^^!
|
ECHO If you're not currently using this profile you can continue, otherwise
|
||||||
|
ECHO:
|
||||||
|
ECHO close Firefox first^^!
|
||||||
ECHO:
|
ECHO:
|
||||||
ECHO:
|
ECHO:
|
||||||
PAUSE
|
PAUSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue