mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Quote the paths in the event that they contain spaces.
This commit is contained in:
parent
2a07d6eefc
commit
2a0be783fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue