Computing.Net > Forums > Programming > XML find file

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

XML find file

Reply to Message Icon

Name: AJJ007
Date: August 4, 2009 at 01:17:57 Pacific
OS: Windows XP
Product: Symbol Ppt8800 portable data terminal & bar code scanner, batch, hp, rss, ppc03, 128m
Subcategory: Batch
Comment:

Hello,

Maybe somebody can help me to find a solution for:

I want to make a batch file that can look in a specified directory for *.xml files.
If there are any *.xml files in this diretory it has to run the following line.

AsImport.exe -rSBS3K -D012 -u -~ I -URLz:\"filename".xml -Torders -Oauto

"filename" has to be change with the xml files that has be find in this directory.

I hope somebody can help me with this.

Thanks in advance.



Sponsored Link
Ads by Google

Response Number 1
Name: Razor2.3
Date: August 5, 2009 at 07:21:16 Pacific
Reply:

for %%a in (*.xml) do AsImport.exe -rSBS3K -D012 -u -~ I -URLz:\"%%a" -Torders -Oauto


0

Response Number 2
Name: AJJ007
Date: August 5, 2009 at 07:30:16 Pacific
Reply:

Thank you very much.
It works perfect!!


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: XML find file

cannot find file windows.h? www.computing.net/answers/programming/cannot-find-file-windowsh/17682.html

Including Data files in executable www.computing.net/answers/programming/including-data-files-in-executable/13924.html

Batch File to find files www.computing.net/answers/programming/batch-file-to-find-files/17076.html