Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off & SETLOCAL ENABLEDELAYEDEXPANSION
  2.  
  3.  
  4. :test
  5. set /a number=%random% %% 100-0
  6. if !number! LEQ 10 (
  7.     echo 10%% sjanse...
  8. ) else (
  9.     echo 90%% sjanse...
  10. )
  11.  
  12. echo.
  13. echo.
  14. pause
  15. goto test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement