Update README, don't relaunch if unattended mode found

This commit is contained in:
2025-08-10 17:22:28 +05:30
parent ffcb641f17
commit a51ae62332
11 changed files with 52 additions and 27 deletions

View File

@@ -37,6 +37,7 @@ set "_cmdf=%~f0"
for %%# in (%*) do (
if /i "%%#"=="re1" set re1=1
if /i "%%#"=="re2" set re2=1
if "%%#"=="/" (set re1=1&set re2=1)
)
:: Re-launch the script with x64 process if it was initiated by x86 process on x64 bit Windows