1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-24 00:01:24 +02:00
Files
OpenIntegrations/docs/en/cli/rcon/ExecuteCommand/bat.txt

9 lines
263 B
Plaintext
Raw Normal View History

2025-03-18 11:27:35 +03:00
:: JSON data can also be passed as a path to a .json file
oint rcon ExecuteCommand ^
2025-07-05 13:02:22 +03:00
--url "127.0.0.1:25575" ^
2025-04-06 16:33:41 +03:00
--pass "***" ^
--wtout 20 ^
--rtout 20 ^
2025-03-18 11:27:35 +03:00
--exec "list" ^
2025-07-05 13:02:22 +03:00
--conn "{'url':'127.0.0.1:25575','password':'***','read_timeout':20,'write_timeout':20}"