mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 20:52:26 -06:00
15 lines
No EOL
152 B
Batchfile
15 lines
No EOL
152 B
Batchfile
@echo off
|
|
|
|
cd ../../../
|
|
|
|
title GUI Editor
|
|
set GUI=
|
|
|
|
:main
|
|
|
|
"C:\Panda3D-1.10.0\python\ppython.exe" "dev/tools/gui/EditorStart.py"
|
|
|
|
echo.
|
|
echo.
|
|
|
|
goto main |