Skip to content

Instantly share code, notes, and snippets.

@omcandido
Created March 13, 2023 10:54
Show Gist options
  • Save omcandido/39bfd86b52b5cb065e67c35b73a81fa3 to your computer and use it in GitHub Desktop.
Save omcandido/39bfd86b52b5cb065e67c35b73a81fa3 to your computer and use it in GitHub Desktop.
Script to run rcssmonitor on windows to connect with WSL2 (for ORLA)
FOR /F "tokens=* USEBACKQ" %%F IN (`wsl hostname -I`) DO (
SET ip=%%F
)
inifile.exe rcssmonitor.ini [Monitor] server_host=%ip%
start "" rcssmonitor.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment