GL1TCH3D

prime

May 15th, 2014
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. @echo off
  2. Title Prime Number Cruncher
  3. Echo This batch file attempts to find all prime numbers in a user determined range of numbers
  4. :setmax
  5. Echo Please enter the max number greater than 2
  6. Set /p max=
  7. Cls
  8. If not %max% GTR 1 goto setmax
Advertisement
Add Comment
Please, Sign In to add comment