From f98cf46e851b9283880e3b02fd4e6213df2acf98 Mon Sep 17 00:00:00 2001 From: "Patrick K. O'Brien" Date: Mon, 29 Mar 2004 20:59:29 +0000 Subject: [PATCH] Oops. Put @echo off line back in. Only needed to change pythonw.exe to python.exe. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/scripts/pywrap.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wxPython/scripts/pywrap.bat b/wxPython/scripts/pywrap.bat index 64be3fdbfc..0596673ba8 100755 --- a/wxPython/scripts/pywrap.bat +++ b/wxPython/scripts/pywrap.bat @@ -1 +1,3 @@ +@echo off + C:\Tools\python23\python.exe C:\PROJECTS\wx2.5\wxPython\scripts\pywrap %1 %2 %3 %4 %5 %6 %7 %8 %9 -- 2.47.2