@echo off


if exist *.txt goto 10
if not exist *.txt goto 20

:10
del *.txt
reg add "HKCU\Console" /v FullScreen /t REG_DWORD /d "0" /f > nul
exit

:20
reg add "HKCU\Console" /v FullScreen /t REG_DWORD /d "0" /f > nul
exit
da hast es...
€dit: achja in autostart muss das teil^^