Guest User

Untitled

a guest
May 23rd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2.  
  3. set /p numero1=Premier numero :
  4.  
  5. If "%numero1%"=="1" (
  6.     set /p numero2=Deuxième numero :
  7.     echo %numero2%
  8. )
  9.  
  10. pause
Add Comment
Please, Sign In to add comment