Poodletooth-iLand/tools/start-gui-editor.bat
2015-05-27 07:55:06 -05:00

5 lines
90 B
Batchfile

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