[erlang-questions] Why does the cd() command make the shell stop processing ?

Fred Hebert mononcqc@REDACTED
Wed Nov 10 16:47:52 CET 2010


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 <cappy2112@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.
> See http://www.erlang.org/faq.html
> To unsubscribe; mailto:erlang-questions-unsubscribe@REDACTED
>
>


More information about the erlang-questions mailing list