From 58d196415b2f52e32ff6182006142a760772e36d Mon Sep 17 00:00:00 2001 From: Lyssa <75037904+thecatontheceiling@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:19:12 -0500 Subject: [PATCH] Update Change_Edition.cmd --- MAS/Separate-Files-Version/Change_Edition.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAS/Separate-Files-Version/Change_Edition.cmd b/MAS/Separate-Files-Version/Change_Edition.cmd index 1dcf0d7..c51c2a6 100644 --- a/MAS/Separate-Files-Version/Change_Edition.cmd +++ b/MAS/Separate-Files-Version/Change_Edition.cmd @@ -154,7 +154,7 @@ echo "!_batf!" | find /i "!_ttemp!" %nul1% && ( if /i not "!_work!"=="!_ttemp!" ( %eline% echo Script is launched from the temp folder. -echo Most likely you are running the script directly from the archive file. +echo You are most likely running the script directly from the archive file. echo: echo Extract the archive file and launch the script from the extracted folder. goto dk_done @@ -194,7 +194,7 @@ goto dk_done %nul1% fltmc || ( if not defined _elev %psc% "start cmd.exe -arg '/c \"!_PSarg!\"' -verb runas" && exit /b %eline% -echo This script needs admin rights. +echo This script needs administrator rights. echo Right click on this script and select 'Run as administrator'. goto dk_done )