Computing.Net > Forums > Programming > Batch Problem...

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.

Batch Problem...

Reply to Message Icon

Name: EvilGenuis124
Date: April 19, 2009 at 21:10:43 Pacific
OS: Windows XP
Product: Toshiba / M115-s3094
Subcategory: Batch
Comment:

I am using findstr in this example but it simply hangs and waits for input.. don't test it, I just need an answer. Example: ascify RED
for /f %%I in (RED.txt) do findstr /s /m "\<%%I\>" *.* >>corelog.tmp
del RED.txt



Sponsored Link
Ads by Google

Response Number 1
Name: Judago
Date: April 20, 2009 at 01:14:07 Pacific
Reply:

... do echo %%I | findstr ...

Or

type "filename" | findstr ....


0
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: Batch Problem...

batch problem www.computing.net/answers/programming/batch-problem-/11835.html

Batch problem make < literal www.computing.net/answers/programming/batch-problem-make-literal/16610.html

Batch Problem www.computing.net/answers/programming/batch-problem/18387.html