/* The "OpenMail" hotspot opens the Eudora e-mail program (on Windows) */
if ( ( nError = IN_SetHotspotData( 1026, "OpenMail", ">c:\\eudora\\eudora.exe" ) ) != IN_SUCCESS )
{
ErrorHandler( nError, "Error message:" );
}