From 28c2264d8956ebe9d60bfc2092275ca1e029f145 Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Mon, 11 Aug 2025 01:39:53 +0530 Subject: Change arg to detect no relaunch to change process --- MAS/Separate-Files-Version/Troubleshoot.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MAS/Separate-Files-Version/Troubleshoot.cmd') diff --git a/MAS/Separate-Files-Version/Troubleshoot.cmd b/MAS/Separate-Files-Version/Troubleshoot.cmd index 2b778f2..76b8448 100644 --- a/MAS/Separate-Files-Version/Troubleshoot.cmd +++ b/MAS/Separate-Files-Version/Troubleshoot.cmd @@ -37,7 +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) +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 -- cgit v1.2.3