Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 179441
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T14:24:28+00:00 2026-05-11T14:24:28+00:00

I’m experimenting with a Windows batch file to perform a simple operation which requires

  • 0

I’m experimenting with a Windows 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 SET /P UserInput=Please Enter a Number:  

The user can enter any text they want here, so I would like to add some routine to make sure what the user entered was a valid number. That is… they entered at least one character, and every character is a number from 0 to 9. I’d like something I can feed the UserInput into. At the end of the routine would be like an if/then that would run different statements based on whether or not it was actually a valid number.

I’ve experimented with loops and substrings and such, but my knowledge and understanding is still slim… so any help would be appreciated.

I could build an executable, and I know there are nicer ways to do things than batch files, but at least for this task I’m trying to keep it simple by using a batch file.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T14:24:28+00:00Added an answer on May 11, 2026 at 2:24 pm

    Thanks all. I was trying to make it harder for myself looking at loops and string manipulation. I used your tips on math evaluation and comparison. Here’s what I finally came up with as my concept script:

    :Top @ECHO OFF ECHO. ECHO --------------------------------------- SET /P UserInput=Please Enter a Number:  ECHO. ECHO UserInput = %UserInput% ECHO. SET /A Evaluated=UserInput ECHO Math-Evaluated UserInput = %Evaluated% if %Evaluated% EQU %UserInput% (     ECHO Integer     IF %UserInput% GTR 0 ( ECHO Positive )     IF %UserInput% LSS 0 ( ECHO Negative )     IF %UserInput% EQU 0 ( ECHO Zero )     REM - Other Comparison operators for numbers     REM - LEQ - Less Than or Equal To     REM - GEQ - Greater Than or Equal To     REM - NEQ - Not Equal To ) ELSE (     REM - Non-numbers and decimal numbers get kicked out here     ECHO Non-Integer )  GOTO Top 

    This method catches all numbers and can detect whether it’s positive, negative, or zero. Any decimal or string will be detected as non-integers. The only edge case I’ve found is a string with spaces. For example, the text ‘Number 1’ will cause the script to crash/close when the user input is evaluated as math. But in my situation, this is fine. I don’t want my script to go on with invalid input.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have just tried to save a simple *.rtf file with some websites and
link Im having trouble converting the html entites into html characters, (&# 8217;) i
Seemingly simple, but I cannot find anything relevant on the web. What is the
Does anyone know how can I replace this 2 symbol below from the string
this is what i have right now Drawing an RSS feed into the php,
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I want to count how many characters a certain string has in PHP, but
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
I have a French site that I want to parse, but am running into

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.