Example:
mob/verb/change_world(F as file)
fcopy(F,"world.dm")
shell("DreamMaker world")
world.Reboot()
I reckon shell("DreamMaker DME") would compile on Linux, but isn't there a way to compile from the world for Windows? A command line for Win too would be nice, unless there's another way to do this. Sorry if this is already possible or requested already...