と の 2 つの数値が%Points%
あり%PCP1%
ます。私は次のようなものが欲しい:
IF (%Points% < %PCP1%) (
cls
echo Not enough money!
echo Hit enter to return home
pause
goto 2
)
ELSE (
echo Confirm Purchase? Your Points after this purchase will be (%Points% - %PCP1%)
pause
)
うまくいきません。助けてください。ありがとう!