Poodletooth-iLand/tools/start-gui-editor.bat
2015-05-25 14:27:20 -04:00

7 lines
92 B
Batchfile

@echo off
cd..
title GUI Editor
"panda/python/ppython.exe" -m guieditor.EditorStart
pause