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

15 lines
152 B
Batchfile
Raw Normal View History

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