2015-04-10 12:06:17 -05:00
|
|
|
@echo off
|
2015-05-22 22:47:35 -05:00
|
|
|
cd..
|
|
|
|
|
2015-04-10 12:06:17 -05:00
|
|
|
title GUI Editor
|
2015-05-22 22:47:35 -05:00
|
|
|
|
2015-05-25 13:27:12 -05:00
|
|
|
"panda/python/ppython.exe" -m guieditor.EditorStart
|
2015-05-22 22:47:35 -05:00
|
|
|
pause
|