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 )