I have the Pragmatic Programmers book, and have searched Google and can't figure out how to start my program from the command line in _non_ interactive mode.<br>I am using windows at the moment as well, but I can translate from *nix instructions.<br>
<br>I have tried the -s and -run options to erl but they both leave me in an interactive erlang shell.<br><br>I want the interpreter to start up and run my app and detach from the shell "stand alone".<br>