mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-26 05:02:31 -06:00
16 lines
No EOL
184 B
Batchfile
16 lines
No EOL
184 B
Batchfile
@echo off
|
|
|
|
cd ../../../
|
|
|
|
title GUI Editor
|
|
set GUI=
|
|
|
|
:main
|
|
|
|
set /P GUI="File: %gui%"
|
|
"dependencies/panda/python/ppython.exe" "dev/tools/gui/EditorStart.py" %GUI%
|
|
|
|
echo.
|
|
echo.
|
|
|
|
goto main |