I am trying to control a window os process with erlang. Can someone explain this to me: os:cmd("start www.yahoo.com") is working; erlang_port({spawn,"start www.yahoo.com"},[exit_status]) is not working and throws an exception error: enoent. Thx.