Improve the one in floor 2:
@echo off
cd.>b.txt
for /f "eol= delims=" %%i in (a.txt) do (
findstr /xc:"%%i" b.txt >nul 2>nul||echo %%i>>b.txt
)
type b.txt
pause
Recent Ratings for This Post
( 1 in total)
Click for details
| Rater | Score | Time |
|---|---|---|
| xycoordinate | +2 | 2009-04-05 02:37 |
