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

16 lines
184 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%"
"dependencies/panda/python/ppython.exe" "dev/tools/gui/EditorStart.py" %GUI%
echo.
echo.
goto main