You can use $System.OBJ.Export() for it.
For every project where I need it I have a project cheatsheet file, where I have:
s list="MyPackage*.INC,MyPackage*.CLS,Folder*.DFI" D $System.OBJ.Export(list,"release"_$tr($zd($h,3),"-","")_".xml")
So when I need to export the whole project into importable xml file I call these two lines in terminal.
- Log in to post comments

