I want to create a batch file which will parse through a given directory and get me all XML files.
These XML file names are to be stored in a text file.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
try the
FORcommand. Read the usage information first, tryHELP FOR. Then, experiment with this examples:or
or
and choose what fits better with your requirements