Why does the cd() command make the shell stop processing ?

Mr C cappy2112@REDACTED
Sun Nov 14 04:36:51 CET 2010


Ok, thanks to all who replied.

Does ^G work on Windows?

When I use ^G, it doesn't abort a running program.

On Nov 10, 7:47 am, Fred Hebert <monon...@REDACTED> wrote:
> You're escaping the last " with the system path. This means the string is
> never closed.
>
> Try forward slashes, they work well on Windows 7 (untested on other
> Windowses).
>
> On Wed, Nov 10, 2010 at 10:44 AM, Mr C <cappy2...@REDACTED> wrote:
>
> > After entering cd ("c:\Users\MyUserName\Documents\Src\Erlang\").
> > the prompt line number that is displayed is the same line number as
> > before entering the cd() command.
>
> > The shell doesn't properly process any erlang code after that line is
> > entered.
>
> > I'm using Windows 7 Professional with Erlang R14B (erts-5.8.1.1)
>
> > ________________________________________________________________
> > erlang-questions (at) erlang.org mailing list.
> > Seehttp://www.erlang.org/faq.html
> > To unsubscribe; mailto:erlang-questions-unsubscr...@REDACTED
>
>


More information about the erlang-questions mailing list