Poodletooth-iLand/dev/tools/rpc/rpc-invasions.bat

5 lines
148 B
Batchfile
Raw Normal View History

2015-05-29 05:03:48 -05:00
@echo off
cd ../../../
set /P serv=RPC Server:
"C:\Panda3D-1.10.0\python\ppython.exe" "dev/tools/rpc/rpc-invasions.py" 6163636f756e7473 %serv%
2015-05-29 05:03:48 -05:00
pause