Poodletooth-iLand/dev/tools/gui/start-gui-editor.bat
John Cote f024e9b7a6 TTS will work on Panda3D 1.10.0 now... somewhat
The OTPDialog needs to be fixed k
2015-06-16 22:59:19 -04:00

16 lines
No EOL
183 B
Batchfile

@echo off
cd ../../../
title GUI Editor
set GUI=
:main
set /P GUI="File: %gui%"
"C:\Panda3D-1.10.0\python\ppython.exe" "dev/tools/gui/EditorStart.py" %GUI%
echo.
echo.
goto main