Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- goto:main
- :randint
- setlocal
- set /a "return=%random% %% %1"
- endlocal & set "%2=%return%"
- exit /b
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement