@echo off
color 1f
:start
cls
echo.
echo Pelican E-Mail Filter - By Worms
echo.
echo Drop your email file here:
set /p file=
find /i "@gmail" %file% >> Emails_gmail.txt
cls
echo Gmail Done.
find /i "@yahoo" %file% >> Emails_yahoo.txt
cls
echo Gmail Done.
echo Yahoo Done.
find /i "@live" %file% >> Emails_live.txt
cls
echo Gmail Done.
echo Yahoo Done.
echo Live Done.
find /i "@hotmail" %file% >> Emails_hotmail.txt
cls
echo Gmail Done.
echo Yahoo Done.
echo Live Done.
echo Hotmal Done.
find /i "@aol" %file% >> Emails_aol.txt
cls
echo Gmail Done.
echo Yahoo Done.
echo Live Done.
echo Hotmal Done.
echo AOL Done.
find /i "@rsbuddy" %file% >> Emails_rsbuddy.txt
cls
echo Gmail Done.
echo Yahoo Done.
echo Live Done.
echo Hotmal Done.
echo AOL Done.
echo RSBuddy Done.
find /i "@powerbot" %file% >> Emails_powerbot.txt
cls
echo Gmail Done.
echo Yahoo Done.
echo Live Done.
echo Hotmal Done.
echo AOL Done.
echo RSBuddy Done.
echo Powerbot Done.
echo.
echo All done! Press enter to filter another file!
set /p pause=
goto start
Regicidal said:PLEASE make this 100 posts+
Leechers are bad enough.
Edit this is buggy for certain seperators.
Just read your OP, it says it's buggy for anything but new line.Worms said:Regicidal said:PLEASE make this 100 posts+
Leechers are bad enough.
Edit this is buggy for certain seperators.
explain how are they buggy? If you mean that header that it adds, i cant remove it, sorry.
Dodge said:Lol pretty cool.
Marcus said:Didn't work, the emails dont show up in the files.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?