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
Is it possible to create a script that will retrieve data from excel?
Microsoft word
Out of Office Message for dismissed employee on Exchange 2007
Getting around Access Denied on Vista/7
What is the mysql reslutset max limit
How do I CAST DATETIME to get only the month
Physically Moving Server to New Location
Set up Out of Office Reply for user without resetting, Exchange 2007
Excel Formula Error: Formula repeats itself and does not display answer
ssh shell not working on solaris 10