ID:1825836
 
BYOND Version:507
Operating System:windows server 2012
Web Browser:Firefox 31.0
Applies to:Dream Daemon
Status: Open

Issue hasn't been assigned a status value.
world/New()
..()
world.log << shell("start \"touching newfile.txt\" touch newfile.txt")

Add that to a new project and compile and run and you get an empty line in the world log and no file in the enviroment root folder named newfile.txt. remove the start \"\" and it works fine making a file called newfile.txt with an exit code of 0.