Friday, January 23, 2004 olivier Turlier wrote:

> A question on Ruby : does it accept a namespace in a path?
>       (like Program Files)
>                    ^  
> Here, I list all the unsuccessfull commands (from the command line in
> Scite) (see a complete listenig attached):
>       ruby exampler --continue --setuppath=C:\Program 
> Files\TeXlive\texmf\context\ruby\examplap\scripts
>       ...

You probably need to quote the path:

ruby exampler --continue --setuppath="C:\Program
Files\TeXlive\texmf\context\ruby\examplap\scripts"

-- 
Giuseppe "Oblomov" Bilotta


_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to