Is it possible to convert an MCS file into a BIN file, and vice versa?
解决方案
It is possible to convert an MCS file into a BIN file with PROMGen. Please, run the following command line from a cmd window:
promgen -p bin -r test.mcs -o mytest.bin
This will create the “mytest.bin” file from “test.mcs”.