Computing.Net > Forums > Programming > Batch to parse out quote marks

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

Batch to parse out quote marks

Reply to Message Icon

Name: screen317
Date: February 28, 2009 at 17:54:33 Pacific
OS: Windows Vista/XP
Subcategory: Batch
Comment:

Hello,

Below are the contents of my current batch:

regedit /e "%cd%\check.txt" "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"
find /i "DisplayName" "%cd%\check.txt">check2.txt
for /F "tokens=2 delims==" %%a in (check2.txt) do echo %%a>>check3.txt


I am trying to parse out the quotation marks surrounding each resultant entry, but cannot get it to work in practice. Does anyone have an idea for how to do this?



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Photoshop error Read COM, execute batch f...



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: Batch to parse out quote marks

Batch to parse .txt for words www.computing.net/answers/programming/batch-to-parse-txt-for-words/16839.html

batch file to parse text file www.computing.net/answers/programming/batch-file-to-parse-text-file/18030.html

Batch file to parse log www.computing.net/answers/programming/batch-file-to-parse-log/16414.html