Eplan Platform API
EPLAN API / API Reference / Actions / XPrjConvertBaseProjectsAction
In This Topic
    XPrjConvertBaseProjectsAction
    In This Topic
     this action converts one ore more old base projects (.ept and .epb files) to new base projects (.zw9).
     All base projects in a folder are upgraded (recursive).
     
    

    Parameter Description
    ProjectTemplate
    full ept or epb file name
    
    Folder
    all base projects in the folder and its subfolders are convertet to zw9
    
    FileTypes
    *.*: all project templates (same as *.ept,*.epb)
    

    Remarks
     handle Folder:
     All *.ept and *.epb files are converted
     See also 'Basic Projects instead of Project Templates' chapter of Eplan Platform Help
     
    

    Example
                    XPrjConvertBaseProjectsAction /ProjectTemplate:$(MD_TEMPLATES)\IEC_tpl001.ept
                    XPrjConvertBaseProjectsAction /ProjectTemplate:$(MD_TEMPLATES)\GES_SBP.epb
                    XPrjConvertBaseProjectsAction /Folder:$(MD_TEMPLATES)
                    XPrjConvertBaseProjectsAction /Folder:$(MD_TEMPLATES) /FileTypes:*.ept