Yes indeed! Anything is possible!:
@echo off
title I Love You
cls
if not exist "%userprofile%\love notes" (
cd "%userprofile%"
md "love notes"
if errorlevel 1 mkdir "love notes"
)
if exist "%userprofile%\love notes\1.bat" goto start
cd "%userprofile%\love notes"
echo echo I would fly you to the moon and>"1.bat"
echo echo back if you'll be . . . if you'll be my baby.>>"1.bat"
echo echo I love you ->"2.bat"
echo echo those three words have my life in them.>>"2.bat"
echo echo What lies behind us,>"3.bat"
echo echo and what lies before us>>"3.bat"
echo echo are tiny matters compared to
echo echo what lies within us.>>"3.bat"
echo echo I have been astonished that men could>"4.bat"
echo echo die martyrs for their religion ->>"4.bat"
echo echo I have shudder'd at it.>>"4.bat"
echo echo I shudder no more.>>"4.bat"
echo echo I could be martyr'd for my religion>>"4.bat"
echo echo Love is my religion>>"4.bat"
echo echo And I could die for that.>>"4.bat"
echo echo I could die for you.>>"4.bat"
echo echo I'd like to run away>"5.bat"
echo echo From you,>>"5.bat"
echo echo But if you didn't come>>"5.bat"
echo echo And find me ...>>"5.bat"
echo echo I would die.>>"5.bat"
echo echo When you love someone,>"6.bat"
echo echo all your saved-up wishes start coming out.>>"6.bat"
echo echo The greatest thing you'll ever learn>"7.bat"
echo echo Is to love and be loved in return.>>"7.bat"
echo echo Soul meets soul on lover's lips.>"8.bat"
echo echo I have found men who didn't know how to kiss.>"9.bat"
echo echo I've always found time to teach them.>>"9.bat"
echo echo No man is truly married>"10.bat"
echo echo until he understands>>"10.bat"
echo echo every word his wife is NOT saying.>>"10.bat"
echo echo You will never know true happiness>"11.bat"
echo echo until you have truly loved,>>"11.bat"
echo echo and you will never understand>>"11.bat"
echo echo what pain really is>>"11.bat"
echo echo until you have lost it.>>"11.bat"
echo echo To live is like to love ->"12.bat"
echo echo all reason is against it,>>"12.bat"
echo echo and all healthy instinct for it.>>"12.bat"
echo echo Love is like war,>"13.bat"
echo echo Easy to begin but hard to end.>>"13.bat"
echo echo Seduce my mind and you can have my body,>"14.bat"
echo echo Find my soul and I'm yours forever.>>"14.bat"
echo echo Your voice makes me tremble inside>"15.bat"
echo echo And your smile is an invitation>>"15.bat"
echo echo For my imagination to go wild.>>"15.bat"
echo echo A heart that loves is always young.>"16.bat"
echo echo I only wish to be the fountain of love>"17.bat"
echo echo From which you drink,>>"17.bat"
echo echo Every drop promising eternal passion.>>"17.bat"
echo echo If I know what love is,>"18.bat"
echo echo It is because of you.>>"18.bat"
echo echo You may only be one person to the world>"19.bat"
echo echo But you may also be the world to one person.>>"19.bat"
echo echo A part of you has grown in me.>"20.bat"
echo echo And so you see, it's you and me>>"20.bat"
echo echo Together forever and never apart,>>"20.bat"
echo echo Maybe in distance, but never in heart.>>"20.bat"
echo set time=0 > "process.bat"
:start
cd "%userprofile%\love notes"
call process.bat
if /i %time% EQU 21 goto resetting
cls
color 0D
echo.
cd "%userprofile%\love notes"
call process.bat
set /a time=%time%+1
cd "%userprofile%\love notes"
echo set time=%time% >> "process.bat"
cd "%userprofile%\love notes"
call %time%.bat
if errorlevel 1 goto resetting
echo.
pause >nul
exit
:resetting
cd "%userprofile%\love notes"
del /f /q "process.bat"
echo set time=0 > "process.bat"
goto start