@echo off REM Placeholder decoder. Replace with real WSPR decoder binary. REM Usage: wspr_decoder --iq <path> --sample-rate <sr> echo WSPR decoder placeholder. IQ=%2 SR=%4 exit /b 0