Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- Title Prime Number Cruncher
- Echo This batch file attempts to find all prime numbers in a user determined range of numbers
- :setmax
- Echo Please enter the max number greater than 2
- Set /p max=
- Cls
- If not %max% GTR 1 goto setmax
Advertisement
Add Comment
Please, Sign In to add comment