# script.nsh
echo -off
if not exist "SAA.efi" then
    echo "SAA.efi not found. Please move this script to the SAA directory"
    exit /b
endif

SAA.efi -c RawCommand --raw "30 B5 01 01" > NUL
