startup(Path + DMBName, Port, "safe")
/* I tried to use this to host a child instance of dreamdaemon to hold a game specified by the manager.
*/
shell("DreamDaemon [Path][DMBName] [Port] -safe")
/*
Also tried with shell, but was returning an error if the options was not correct (Windows).
Or wouldn't open a child copy of DD at all if every options were valid.
*/
Problem description:
I can't seem to make this work, it is the startup()/shell() proc that is giving me the error, the rest works just fine.