Aaron, Imail's REGBACK with just -b switch will do this automatically to imYYMMDD!
If you want YYYYMMDD, try this two-step batch file run from Imail directory: for /f "usebackq tokens=2" %i in (`date /t`) do echo %i > dt for /f "usebackq delims=/ tokens=1,2,3" %i in (`type dt`) do regback -b %k%i%j Sandy Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
