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

11 lines
174 B
Batchfile
Raw Normal View History

@echo off
2015-05-22 22:47:35 -05:00
cd..
title GUI Editor
2015-05-22 22:47:35 -05:00
rem Read the contents of PPYTHON_PATH into %PPYTHON_PATH%:
set /P PPYTHON_PATH=<PPYTHON_PATH
%PPYTHON_PATH% -m guieditor.EditorStart
2015-05-22 22:47:35 -05:00
pause