Put this in a batch file and run it:
echo Sorting list alphabetically
e:
cd\imail\lists\listname
type users.txt | sort >> lists.tmp
copy lists.tmp users.txt
del lists.tmp
type users.lst | sort >> lisuser.tmp
copy lisuser.tmp users.lst
del lisuser.tmp
echo Sorted list alphabetically
Dusty
----- Original Message -----
From: Michael Perdue <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 30, 1999 9:52 AM
Subject: [IMail Forum] alphabetize list members
>
> I'm sure I'm grasping here, but I may as well give it a shot. Is there any
> automated way to alphabetize the members of a list, so when you load the
> list members through the web interface, they appear in order? We have
> several clients running lists who request us to alphabetize them from time
> to time. It's easy enough to export the text file, sort it and resave, but
> it's also tedious.
>
> Any bright ideas?
>
> Thanks,
>
> Mike
> Please visit http://www.ipswitch.com/support/mailing-lists.html
> to be removed from this list.
>
Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.