ID:271262
 
I open the dos port and go to my byond directory. Then I type in dm and it gives me "dm [options] sourcefile[.dme]". What does this mean exactly? How do I get one of my dme's in a subfolder of the bin directory to compile?

Every time I try and type in a sourcefile it just brings up an error and shuts the dm.exe down.
E:\Program Files\BYOND\bin>dm -h
dm [options] sourcefile[.dme]
options:
-h view this help
-i generate include.txt
-l list all included source files
-code_tree show the DM code tree

E:\Program Files\BYOND\bin>dm ..\ZagDungeon\ZagDungeon.dme
(CRASH)

E:\Program Files\BYOND\ZagDungeon>..\bin\dm ZagDungeon.dme
loading ZagDungeon.dme
saving ZagDungeon.dmb
(NO CRASH)

I don't really know how to use it either, but could that be your problem? You need to run it from inside of your world's directory or it crashes every time.
In response to Zagreus
Yes that was my problem. Thanks.