# Convert XMCD to TOC, then to MCD format (conceptual) cdrdao read-toc --device /dev/sr0 --fast-toc mydisc.toc # Note: cdrdao doesn't natively write .mcd, but you can convert .toc to .mcd using: toc2cue mydisc.toc | cue2mcd > output.mcd
How to Migrate Legacy Mathcad Worksheets to PTC Mathcad Prime xmcd mcd converter
: It converts files from older, "legacy" versions of Mathcad, specifically those with .mcd (binary) and .xmcd (XML-based) extensions. # Convert XMCD to TOC, then to MCD