X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9239ff22aec593aae93f790e3b6f812a31d0f0c7..bd43598279fb83fa4da2fe695bd64b5763b9bdda:/wxPython/scripts/CreateBatchFiles.py diff --git a/wxPython/scripts/CreateBatchFiles.py b/wxPython/scripts/CreateBatchFiles.py index ac4a84a084..60c4d520a4 100644 --- a/wxPython/scripts/CreateBatchFiles.py +++ b/wxPython/scripts/CreateBatchFiles.py @@ -13,7 +13,7 @@ import sys, os python = sys.executable -pythonw = ow.path.join(os.path.split(python)[0], 'pythonw.exe') +pythonw = 'start ' + os.path.join(os.path.split(python)[0], 'pythonw.exe') scriptdir = os.getcwd() scripts = [ ("img2png", 0),