Advertisement
TheFastFish

batch shit

Apr 15th, 2015
504
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. @echo off
  2. goto:main
  3.  
  4. :randint
  5. setlocal
  6. set /a "return=%random% %% %1"
  7. endlocal & set "%2=%return%"
  8. exit /b
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement