AW: Hello (Erlang) World!
Thomas.Herchenroeder@REDACTED
Thomas.Herchenroeder@REDACTED
Mon Aug 16 09:50:03 CEST 2004
> > > erl -noshell -run hello run -run erlang halt
> ...
> If memory serves, you (still?) have to use '-run init stop' on Windows
> to give the emulator time to shut down. Killing it immediately with
> '-run erlang halt' discards the output buffer :/
Yes, replacing '-run erlang halt' with '-run init stop' (rather then
inserting it into the -run chain) does the job on Windows. Thanks.
=Thomas
More information about the erlang-questions
mailing list