Advertisement
ENCIOK

windows wybory

Apr 9th, 2025
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.29 KB | Jokes | 0 0
  1. @echo off
  2. chcp 65001
  3.  
  4. :while
  5. cls
  6.     echo "opcje opcje opcje opcje"
  7.     set /p "wybor=: "
  8.     if %wybor%==1 (
  9.         wow
  10.     )
  11.     if %wybor%==2 (
  12.         wow
  13.     )
  14.     if %wybor%==3 (
  15.         wow
  16.     )
  17.     if %wybor%==4 (
  18.         goto :endloop
  19.     )
  20.  
  21. goto :while
  22.  
  23. :endloop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement