I'm making a text adventure in pure Batch, and made a test level, as shown below.

echo What do?
echo.
set /p var=Input Command:
if %var%==i goto inventory
if %var%==inventory goto inventory...