@echo off echo Wie ist der Name Ihrer Geliebten? echo set name=%%4 > neues.bat fc /lb1 /n con nul | date | find " 1: " > temp.bat call temp.bat echo Ihre Geliebte heißt %name% del temp.bat >nul del neues.bat >nul set name=