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

11 lines
174 B
Batchfile
Raw Normal View History

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