VOGONS

Common searches


Search results

Display options

Problem with wrong_input check

i`m learning assembler and i have to check wrong input, but i have no idea how to do it properly ``` @echo off cls :: Variables to store the current background and text colors set BG_COLOR=40 set TXT_COLOR=37 :RESTART cls echo [2;3f Press B - blue background echo [3;3f Press D - birch background …

Page 1 of 1