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

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