mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 20:52:26 -06:00
f024e9b7a6
The OTPDialog needs to be fixed k
5 lines
No EOL
148 B
Batchfile
5 lines
No EOL
148 B
Batchfile
@echo off
|
|
cd ../../../
|
|
set /P serv=RPC Server:
|
|
"C:\Panda3D-1.10.0\python\ppython.exe" "dev/tools/rpc/rpc-invasions.py" 6163636f756e7473 %serv%
|
|
pause |