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

  • SEARCH
  • Home
  • 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 8288831
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T12:21:38+00:00 2026-06-08T12:21:38+00:00

I have a batch the would display usage if your parameter is invalid. For

  • 0

I have a batch the would display usage if your parameter is invalid.

For ex.

   Running "sample.bat update fuh"

   :usageactions
   set actions=%*
   set toremove=update
   set todisplay=%actions:%toremove% =%
   echo Error: Invalid Arguments - '%todisplay%'.
   echo Type sample.bat %toremove% -h for usage.

Expected Output:

  Error: Invalid Arguments - 'fuh'.
  Type sample.bat update -h for usage

But my output is:

  Error: Invalid Arguments - 'update'.
  Type sample.bat update -h for usage

How to achived it? Any help would be appreciated. Thanks.

(By the way, please modify the question if its so confusing.)

  • 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. Editorial Team
    Editorial Team
    2026-06-08T12:21:39+00:00Added an answer on June 8, 2026 at 12:21 pm

    You try to expand an expression more than once in a line, but the parser can’t guess which percents are pairs.

    set todisplay=%actions:%toremove% =%
    

    You could use here delayed expansion

    setlocal EnableDelayedExpansion
    set toDisplay=!actions:%toRemove% =!
    

    First %toRemove% will be expanded and then the line looks like

    set toDisplay=!actions:update =!
    

    and then the exclamation expression will be evaluated.

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

Sidebar

Related Questions

I have a batch file (.BAT) and would like to capture its output into
I have a script located at /tmp/My Batch Script Files/Processing How would I run
I have run a few using batch jobs, but, I am wondering what would
I have a batch of reports that are set up to print very nicely
I have a batch script that looks like this: Test.bat @echo off :: Starts
I have a code here and I would like that it will display the
I have a batch script on an EC2 instance that I would like to
I have a batch file where I would like to append to the same
Could anyone help me out, I have a batch file find.bat which has a
I have a batch script that can display two or more colors of text

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.