@echo off REM =================================================================== REM Park the BattleTech relay on this machine and keep it alive. REM REM Double-click to run it now, or put a SHORTCUT to this file in the REM Startup folder (Win+R -> shell:startup) so the relay comes back by REM itself after a reboot. No admin rights needed either way. REM REM The window stays open: it is the supervisor. Closing it (or Ctrl-C) REM stops the relay for good. REM =================================================================== title BattleTech relay (parked) cd /d "%~dp0.." python "tools\btrelay_park.py" %* echo. echo The parked relay has stopped. pause