Poodletooth-iLand/dev/tools/gui/start-gui-editor.bat

15 lines
152 B
Batchfile
Raw Normal View History

2015-11-15 01:51:32 +00:00
@echo off
cd ../../../
title GUI Editor
set GUI=
:main
"C:\Panda3D-1.10.0\python\ppython.exe" "dev/tools/gui/EditorStart.py"
echo.
echo.
goto main