How to make a MENU using NOTEPAD (Batch file)

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
2,648
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Jan 1, 2010

how to make a menu...
requested from cedi23

@echo off
:start
cls
echo Batcherpro
echo.
echo MENU
echo -----------------
echo 1 = test1
echo 2 = test2
echo 3 = test3
echo.
set /p opt= Option:
if %opt%==1 goto 1
if %opt%==2 goto 2
if %opt%==3 goto 3
cls
echo Please enter one of the following options 1,2 or 3
pause
goto start
:1
echo lol
pause
goto start
:2
echo xD
pause
goto start
:3
echo Rofl
pause
goto start

Category:

Education

Tags:

License:

Standard YouTube License

Link to this comment:

Share to:

Uploader Comments (BatcherPro)

  • 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

    yea my mistake for start sorry

see all

All Comments (9)

Sign In or Sign Up now to post a comment!
  • 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...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more