Quote the paths in the event that they contain spaces.

This commit is contained in:
Brian Curtin 2010-11-22 00:01:01 +00:00
parent 2a07d6eefc
commit 2a0be783fe

View file

@ -1,4 +1,4 @@
@echo off
rem Start IDLE using the appropriate Python interpreter
set CURRDIR=%~dp0
start %CURRDIR%..\..\pythonw.exe %CURRDIR%idle.pyw %1 %2 %3 %4 %5 %6 %7 %8 %9
start "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9