scripting - Batch File input validation - Make sure user entered an integer - Stack Overflow
I'm experimenting with a DOS batch file to perform a simple operation which requires the user to enter a non-negative integer. I'm using simple batch-file techniques to get user input: @ECHO OFF S... ... Thanks all. I was trying to make it harder for myse
stackoverflow.com |