@echo off rem backnforth: static site + relay in one process, stdlib only - nothing to install cd /d "%~dp0" py server.py %* 2>nul || python server.py %*