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

16 lines
183 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
set /P GUI="File: %gui%"
"C:\Panda3D-1.10.0\python\ppython.exe" "dev/tools/gui/EditorStart.py" %GUI%
2015-05-29 21:49:55 -05:00
echo.
echo.
goto main