>>> run("cmd")
Would be possible to use a macro to substitute the next one by the
above command? i.e.: $ cmd
$ cmd => run("cmd")
defcode cmd():
run("cmd")
$cmd
-Rick
> --
> You received this message because you are subscribed to the Google
> Groups "metapython" group.
> To post to this group, send email to metap...@googlegroups.com.
> To unsubscribe from this group, send email to metapython+...@googlegroups.com
> .
> For more options, visit this group at http://groups.google.com/group/metapython?hl=en
> .
>
>
run("pwd") or run("ls /home")