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

Ivan Uemlianin ivan@REDACTED
Wed Nov 10 17:00:54 CET 2010


You could try escaping the backslashes:

     cd ("c:\\Users\\MyUserName\\Documents\\Src\\Erlang\\").


On 10/11/2010 15:47, Fred Hebert 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<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
>>
>>


-- 
============================================================
Ivan A. Uemlianin
Speech Technology Research and Development

                     ivan@REDACTED
                      www.llaisdy.com
                          llaisdy.wordpress.com
                      www.linkedin.com/in/ivanuemlianin

     "Froh, froh! Wie seine Sonnen, seine Sonnen fliegen"
                      (Schiller, Beethoven)
============================================================



More information about the erlang-questions mailing list