Wow, so many new replies...
To everyone who got the program to work for them: nice job! It's really not that hard, is it? Yeah, I know it might be a little hard or just weird to use, and being the first version, I'm not much surprised by some of the bugs.
My current project is developing a user interface to eliminate the need for the config file (it can be a hassle sometimes, I know). I've already got the basic programming down for stuff like push buttons and checkboxes (It's still a text-based console program), but I'm running into some funky issues. Like if you click the center of a checkbox, it won't toggle it. BUT, if you click slightly to the left or right, it works fine... kind of weird, huh? But after I can clear up all the new GUI issues, I can add in some new features, like being able to individually select what triggers to copy.
About being able to automatically read SCM/SCX files, I'm not sure how that will work. I think there's some developer's stuff out there for opening MPQ files, but for now, you're going to have to do the CHK extracting yourself. I personally use WinMPQ, and for me, it's easy to use and works great.
If you have any severe problems, PM me so I can try to fix the bug for the next release.
EDIT: fixed the checkbox bug... piece of cake