: What you need is a way to extract the resource-fork component from the .bin
: file, and put it into a separate file. I've just added some extraction
: scripts to my classic-mac-utils repository, so now you can do something
: like this: classic-mac-utils/macbin2rsrc.pl Marathon.resources
: marathon_utils/rsrc2mml.pl Marathon.mml
Thanks Hopper, I am looking at them now.
: If you have other problems, let me know! You might be the first person
: besides me to actually run these scripts.
Heh...I am certainly trying, but I have no background in Perl, and I am finding its cryptic, non-standard syntax, to be pretty off-putting. I am very pleased, however, that you typed up that short README.md because seeing the example "macbin2rsrc.pl < My_Mac_File.bin > My_Mac_File.resources" was exactly what I needed so I could have a bit more of a clue as to what to do. Oh, and how Perl uses angle brackets, WTF -- seriously?