Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- chcp 65001
- :while
- cls
- echo "opcje opcje opcje opcje"
- set /p "wybor=: "
- if %wybor%==1 (
- wow
- )
- if %wybor%==2 (
- wow
- )
- if %wybor%==3 (
- wow
- )
- if %wybor%==4 (
- goto :endloop
- )
- goto :while
- :endloop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement