Search found 2 matches
- 08 Jun 2010 12:46
- Forum: DOS Batch Forum
- Topic: findstr with hyphens
- Replies: 2
- Views: 4643
Re: findstr with hyphens
The /x just gives me back nothing, the lines aren't exact matches, but lines from a SQL database and i'm just matching the vendor name in each line. Thanks for your help though, helped me understand why "MTI - x" kept messing up.
- 08 Jun 2010 08:07
- Forum: DOS Batch Forum
- Topic: findstr with hyphens
- Replies: 2
- Views: 4643
findstr with hyphens
Hi all, I am trying to use the findstr command to search for matches for any of the many vendors I have in another text file in a large CSV file. The command right now is: findstr /g:Vendors.txt "ServiceRpt.csv" > out.csv where vendors.txt contains the list of vendor names and servicerpt.c...