Hey Kent,

How about some type of backup routine as well?

Here is an idea for doing such with the Command Line Add-on for WinZip.

Adding the ability to grab the location or other items would be nice as well.

WinZip Home Page

Command Line Tool for WinZip

code:
Break On
$Files='"C:\Documents and Settings\Administrator\Local Settings\Application Data\Identities\{911A4FD9-6787-449B-979A-E2D63B09FD8A}\Microsoft\Outlook Express\*.*"'
$BakOutlook='C:\PROGRA~1\WinZip\WZZIP.EXE -ex -o -r -P "c:\Backup\OutLookExpress\{911A4FD9-6787-449B-979A-E2D63B09FD8A}.zip" $Files'
shell $BakOutlook