[Batch] Email Filter for Pelican (Just drop and press enter)

Worms

Onyx user!
Reputation
0
This will filter your email list (it must be separated by lines) and extract all the emails that pelican accepts in separated files. Made by me for you guys :D

Put it in a clean folder, because the files will be generated on the directory that this batch is.

If you need to filter lots of files don't worry, just go dropping them and pressing enter, they will stack. If you wanna start a new filter, delete the ,txts created on the directory.

1STe1O.png


L3H3vx.png


PlpWYu.png


Source Code (Save as .bat)

Code:
@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.

explain how are they buggy? If you mean that header that it adds, i cant remove it, sorry.
 
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.
Just read your OP, it says it's buggy for anything but new line.

Editting post now L.
 
Dodge said:
Lol pretty cool.

Glad you liked it, i tried to make the collors look like the ones from the site
 
Marcus said:
Didn't work, the emails dont show up in the files.

Hum, you must be doing something wrong, because i just tested again and it worked

1Hkipn.png
 
you don't have any valid one then =/
 
I looked at my list. I prolly missed something C+Ping i'll try again later.
 
this work for me :) but, i don't know how to setup a phisher and send it someone help me ? skype pibioxxx please i got a 1st mass mailer and i got emails to try
 
Back
Top