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

6 lines
117 B
Batchfile
Raw Normal View History

2015-05-29 05:03:48 -05:00
@echo off
cd ../../../
title GUI Editor
"dependencies/panda/python/ppython.exe" "dev/tools/gui/EditorStart.py"
pause