<br><br><div class="gmail_quote">On Mon, Mar 28, 2011 at 8:22 PM, Koener Antoine <span dir="ltr"><<a href="mailto:antoine.koener@gmail.com">antoine.koener@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
is of the shells "erl.exe" and "werl.exe". I'm kind of new to this, and I want to make sure I am using the right one.<br>
</blockquote>
<br></div>
Easy:<br>
erl.exe don't handle completion, (i.e. TAB is a \t) and runs in 'cmd.exe'<br>
werl.exe is autonomous, you can change the font, you have completion (TAB completes)<br>
<br>
erl.exe is needed to launch a service (see erlsrv)<br>
werl.exe is the prefered window shell.<br>
<br>
Finally experiment yourself, you'll find that werl is the only way to go on windows...<div><div></div><div class="h5"><br></div></div></blockquote><div><br>And erl.exe doesn't handle Ctrl-G, whereas werl.exe does.<br>
<br>Ctrl-G brings you into the "Shell Break Mode", where you can stop, start, and switch shells.<br><br>"Erlang and OTP in Action" by Logan, Merrit, and Carlsson, Chapter 2, has a decent description of what you can do in that mode. Pretty neat, especially when doing distributed stuff.<br>
<br>Robby<br><br></div></div>