Davide, could you update the XMail Console Startup.cmd file to use the correct form of passing Windows command line parameters.
Currently it contains: XMail --debug $1 $2 $3 $4 $5 $6 $7 $8 $9 Which is not valid in Windows (I don't expect a .cmd file would be used in Linux, so I'm assuming this is W32 specific) It should read: XMail --debug %1 %2 %3 %4 %5 %6 %7 %8 %9 Thanks, Rob :-) - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
