I made this batch
@echo off
:U
set /a x=%x%+1
set /p var%x%=What is your data point (end to begin)
if %var%x%%==end (
SEt /a x=%x%-1
goto New
)
goto U
:next
Its only just begun and the main problem is something completely different (Im not gonna say IT so you won't answer it) as your probaly guessed I need a way to have a variable inside of a variable (I think its called nesting but I may be wrong)