Table of contents
@echo off
title Text Editor
:loop
set /p %text%=Text input:
@echo %text% >> text.txt
goto loop
@echo off
msg * Caption Here
@echo off
title Victor220 Logo
echo -------
echo -=-----
echo --=-=--
echo ---=---
echo -------
echo VICTOR
echo 2 2 0
pause > nul