I'm brand new to batch file scripting, so this is going to make me appear stupid, but my variables in my test are not working.
Here is the cmd script:
@echo off
cls
: bruh
echo welcome to the shop, what would you like?
pause
set p/ grapes=
cls
echo oh so you want %grapes%?
pause
echo you have bought %grapes%
pause
cls
goto bruh
Whenever I get to the variable, it just says press any key to continue.
Does anyone know how to fix this?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…