<span style="color: rgb(255, 0, 0);"><span style="color: rgb(0, 0, 0);">i try this:</span><br> erl -s socket_server_app start [normal,[]]</span><br>Erlang (BEAM) emulator version 5.5.5 [source]<br> [async-threads:0] [kernel-poll:false]<br>

<br><br>
{"init terminating in do_boot",{undef,[{socket_server_app,start,[['[normal,[]]']]},{init,start_it,1},{init,start_em,1}]}}<br>
<br>
Crash dump was written to: erl_crash.dump<br>
init terminating in do_boot ()<br><br>it's works normal if i type "socket_server_app:start(normal,[])." in erl-shell,<br>there 's a problem how to pass normal,[] to start function,maybe i should change the <br>
source code that delete the "[]" argument(man erl said that argument must be atoms) ,but i don't try it because i figure out this problem<br>use  boot script ,<a href="http://erlang-china.org/study/erlang-release-demo.html">http://erlang-china.org/study/erlang-release-demo.html</a><br>
thank all response very much<br><br>Wenew Zhang<br><br>