Question: Using the Mathematica Translator

Does anyone know how to use the Maple workheet "Mma" which is supposed to translate Mathematica notebooks into Maple? I got Mma from the Maple site (http://www.maplesoft.com/applications/app_center_view.aspx?AID=1483&CID=9&SCID=63) Is appears easy. Initialize the process with the commands interface(warnlevel=0): interface(displayprecision=4): with( MmaTranslator ): The give the tranlator the location of the Mathematica notebook with FromMmaNotebook( "C:/Notebooks/mmaSampler.nb" ); Even though I've checked the Matematica notebook for accuracy, All I ever get are error messages. Any help will be appreciated. Tom (new to Maple)
Please Wait...