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 7666039
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T14:44:00+00:00 2026-05-31T14:44:00+00:00

I need to generate an xml from windows command prompt using the forfiles command.

  • 0

I need to generate an xml from windows command prompt using the forfiles command.

I’m not so far, but the variable contains quotes and i don’t want it …

Here my current command:

%FF_CMD% /c "cmd /c if @isdir==TRUE echo ^<root^>^<dir^>@fname^</dir^>^</root^>"

the result is:

<root><dir>"DIRNAME"</dir></root>

but i want this:

<root><dir>DIRNAME</dir></root>

any idea ?

thanks in advance

  • 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-05-31T14:44:02+00:00Added an answer on May 31, 2026 at 2:44 pm

    You can create additional batch file, say “echoxml.bat”. This will allow to use ~ notation to strip quotes:

    @echo off
    echo ^<root^>^<dir^>%~1^</dir^>^</root^>
    

    and then use the batch file in forfiles:

    %FF_CMD% /c "cmd /c if @isdir==TRUE echoxml.bat @fname"
    

    EDIT:
    Another option would be to change forfiles to for, or even for /d if it is possible (I do not know what arguments you use in %FF_CMD%):

    @echo off
    for /d %%A in (*) do echo ^<root^>^<dir^>%%~A^</dir^>^</root^>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to generate the XML from the SQL Server 2008 R2 using 'For
I'm currently using FOP to generate PDF from an XML file. But I am
I am using XStream to generate XML from several Java classes and I need
I'm using ActiveSupport's to_xml to generate some xml from a hash. I have need
I need to generate Entities/Object from selected tables - not all. Is this possible
I have this code to generate Xml from an IQueryable variable query: XDocument data
I need to generate a number of XML documents from Java objects. The objects
I'm trying to generate an XML output from SQL and need to use a
I need to generate classes from xml that doesn't provide a schema. I understand
I need to read some filenames from an xml config file using xmlstarlet with

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.