Firstly, I should just point out that people prefer it if you select your code and place it in a code snippet like the one below(when you go to post, highlight the code and then click the "code" button, top right of the post forum message window.

)
So, on to your problem. I can think of three things you may be doing wrong - firstly, you're first line reads:
load object \"H-Alien Mutant-Move.x\",1
but it ought to read:
load object "H-Alien Mutant-Move.x",1
The two "\" you put in could be confusing DBC.
Also, are you sure that the file "H-Alien Mutant-Move.x" is actually in the same folder on your computer as the dba source code you are trying to compile? If you're just running this code from the editor, then the folder DBC will be looking in for the object will be "C:\program files\Dark basic software\Dark basic" and it might not be able to find it.
And finally, are you sure you've typed the filename correctly? If memeory serves me right, there are no spaces in the names of any DarkMatter models, and I'm sure they use "_" rather than "-" (Press shift + the "-" key to get the underscore symbol). If in doubt, select the file and go to rename it, then when the filename is highlighted just copy and paste it into your code - but don't forget the .x extension!
Hope this helps!
"I wish I was a spaceman, the fastest guy alive. I'd fly you round the universe, in Fireball XL5..."