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

15 lines
152 B
Batchfile
Raw Normal View History

2015-05-29 05:03:48 -05:00
@echo off
2015-05-29 21:49:55 -05:00
2015-05-29 05:03:48 -05:00
cd ../../../
2015-05-29 21:49:55 -05:00
2015-05-29 05:03:48 -05:00
title GUI Editor
2015-05-29 21:49:55 -05:00
set GUI=
:main
2015-07-09 05:08:23 -05:00
"C:\Panda3D-1.10.0\python\ppython.exe" "dev/tools/gui/EditorStart.py"
2015-05-29 21:49:55 -05:00
echo.
echo.
goto main