Disayang
Lead Magnet Creator
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1
200 XP
Hi, this is quite an old idea. But I've redone it a bit. You won't need any more programs.
1. Create any .txt file
2. Open it and paste my code
You can put any domains that you need to sort.
3. save .txt file
4. rename .txt - .bat
5. run .bat file
Everything is ready, upload your database - and it will sort your domains and save them in a separate file Smile good luck
1. Create any .txt file
2. Open it and paste my code
Code:
@ off
echo Darxe sort
SET /P base="Upload combo "
call :domain set domain
cls & echo
FINDSTR /L /I /P /OFF /V "%domain%" %base% >> %base%-Bad.txt
cls & echo
FINDSTR /L /I /P /OFF "%domain%" %base% >> %base%-GOOD.txt
cls & echo end!
pause
exit
:domain
SET domain=@ @cimb.com @gmail.com
3. save .txt file
4. rename .txt - .bat
5. run .bat file
Everything is ready, upload your database - and it will sort your domains and save them in a separate file Smile good luck