From a36c660bf24b71de225490442270fd5a6e5a83eb Mon Sep 17 00:00:00 2001 From: nnposter Date: Sun, 19 Oct 2025 02:15:12 +0000 Subject: [PATCH] Delay the expansion to avoid syntax issues. Closes #3177 --- mswin32/python-wrap.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mswin32/python-wrap.bat b/mswin32/python-wrap.bat index f96782e57..5503b6c91 100755 --- a/mswin32/python-wrap.bat +++ b/mswin32/python-wrap.bat @@ -12,7 +12,7 @@ rem (excluding extension). set PROG=%~dpn0.py if not exist "%PROG%" ( - echo Cannot run %PROG% + echo Cannot run !PROG! echo because that file does not exist. exit /B 1 )