@echo off
echo Jakieś działanie

if "%~1"=="" (
	exit /b 4398
) else (
	exit /b 0
)