Search found 1 match

by Barc6117
14 Aug 2020 10:21
Forum: DOS Batch Forum
Topic: scripting problem
Replies: 2
Views: 3186

scripting problem

Alright SO I want to make a menu for a batch File but it won't work here's the code. @echo off set /a %bee%=1 :menu if %bee%==1 echo WS to move up or down, Also X to say yes choice /c WSX /n echo #play echo load echo exit pause cls if %errorlevel%== w goto :menu3 if %errorlevel%== s goto :menu2 if %...