[plt-scheme] MrEd from command line
Try putting quotes around the expression and escape the inner quotes,
like this:
mred -e "(send (instantiate dialog% () (label \"title\")) show #t)"
--
Jamie Raymond
Kami ROUSSEAU wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> In DrScheme version 200,
> (send (instantiate dialog% () (label "title")) show #t)
> shows an empty dialog. But, from the DOS prompt,
> mred -e (send (instantiate dialog% () (label "title")) show #t)
> displays an error message : "#f::1: read: expected a ')'"
> Why is this happening?
>
> 7Kami
>
>
> _________________________________________________________________
> Join the world’s largest e-mail service with MSN Hotmail.
> http://www.hotmail.com
>