source: titan/mediathek/localhoster/lib/python2.7/idlelib/idle.bat @ 40094

Last change on this file since 40094 was 40094, checked in by obi, 7 years ago

tithek add yoztube-dl support

File size: 177 bytes
Line 
1@echo off
2rem Start IDLE using the appropriate Python interpreter
3set CURRDIR=%~dp0
4start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
Note: See TracBrowser for help on using the repository browser.