mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-08-18 17:41:15 +02:00
Change arg to detect no relaunch to change process
This commit is contained in:
@@ -42,7 +42,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)
|
||||
if "%%#"=="-qedit" (set re1=1&set re2=1)
|
||||
)
|
||||
|
||||
:: Re-launch the script with x64 process if it was initiated by x86 process on x64 bit Windows
|
||||
|
Reference in New Issue
Block a user