Script to import/Export M-Designer Projects via XML M-Designer project files

De MappingDoc

It is possible to export a M-Designer project into a XML file. Then automatically recreate the project by importing this XML file. The main advantage of this is, in case if we need to change the content of a project, we can easily modify the XML file and then we can recreate the project. The new created project will then have the changes made in the XML file. (All of this in an automatic manner by scripts)

  • To export :

C:\MAPPING\MapDraw V8>M-Designer_8.0.5.35362 -ExportXML "-ProjectFile:C:\Users\j dieu\OneDrive - MAPPING-Suite\PARTAGE\CERTIFICATION_AS400\docpc\TESTTOXML.mpp" - oufile:"C:\Users\jdieu\OneDrive - MAPPING-Suite\PARTAGE\CERTIFICATION_AS400\docp c\TESTTOXMLXML" -Hide

  • Pour l’import :

C:\MAPPING\MapDraw V8>"M-Designer_8.0.5.35362" "-ImportXML" "-InFile:C:\Users\jdieu\OneDrive - MAPPING-Suite\PARTAGE\CERTIFICATION_AS400\docpc\TESTTOXML.xml" "-Hide" "-Save"