Microsoft
Software
Hardware
Network
Question : Delete rows in each txt file that matches full or partially. Whose names are mentioned in another txt file.
Hi,
Delete rows in each txt file that matches full or partially. Whose names are mentioned in another txt file.
I have names as
Microsoft
Microsoft visio
and so on...
if the name matches in any part of the line in each txt file then delete the row in the txt file.
Regards
Sharath
Answer : Delete rows in each txt file that matches full or partially. Whose names are mentioned in another txt file.
Try:
CD c:\yourfiles
For %%i in (*.txt) do findstr /G:c:\exclusions.txt /V /I %%i > c:\otherfolder\%%i
Posted via EE Mobile
Random Solutions
I need help planing Windows 2008 SBS Standard Hyper V ?
Cannot Open "Room Mailbox" Exchange 2010
A substitute for Terminal Server running under 2003. Any 3rd party tool, having basic features of TS?
PERL Export to CSV
How do I reset the name of the "Title" column in Sharepoint after it has been renamed in error.
Segregating Users Within SBS 2008
WS-X4448-GB-SFP setting MTU size per interface
Domain Controller Upgrade from 2003 to 2008
How do I position a drawing canvas in MS Word 2010
PHP: Get values from strange format in string