@echo off goto :begin a mov ax,01 int 16 mov ah,4c int 21 g :begin debug <"%~nx0">nul echo;%errorlevel% if %errorlevel% neq 27 goto :begin pause