Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
Hi,
I am in need of some script help if possible.
I have a few email databases that I hope to compile into one bulk database.
My problem is I have a load of email addresses in txt files like:
blahblah@mail.com; blah@hotmail.com; etc
Is there a script that can be created where I can make every email address on a new line ie:
blahblah@mail.com
blah@hotmail.comand a script that will also remove the ' ; '??
Help would be very much appreciated
:)

If none of the addresses conatin ,=<>|^%, tabs or spaces it should be pretty easy.
for /f "usebackq eol=%% delims=" %%a in ("your text file") do ( for %%b in (%%a) do ( >>"newtextfile" echo %%b ) )

![]() |
How tp copy, not overwrit...
|
Batch file calls second, ...
|

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |