How to make a MENU using NOTEPAD (Batch file)
Loading...
2,648
Loading...
Uploader Comments (BatcherPro)
see all
All Comments (9)
-
thx
-
Mute.
-
How to make a video sound nice:
Step 1: Choose any song other than this one.
lol anyway nice video :D
-
for opt you can also use(if I remember) another 3 digit lettering
-
thumbs up if you muted his video as soon as you heard the song
-
@killeripod122 here is an example:
@echo off
:menu
cls
echo 1-Start Notepad.
set /p menu=))
if %menu%==1 start notepad.exe
goto menu
Loading...
In description, ":start" is not defined as a point. In this case, the program would close.
I prefer "1: choice" than "1 = choice", but it's your choice xD
GrellesLicht28 2 years ago
@GrellesLicht28
yea my mistake for start sorry
BatcherPro 2 years ago