mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 20:52:26 -06:00
10 lines
174 B
Batchfile
10 lines
174 B
Batchfile
@echo off
|
|
cd..
|
|
|
|
title GUI Editor
|
|
|
|
rem Read the contents of PPYTHON_PATH into %PPYTHON_PATH%:
|
|
set /P PPYTHON_PATH=<PPYTHON_PATH
|
|
|
|
%PPYTHON_PATH% -m guieditor.EditorStart
|
|
pause
|