Re: --batch argument

2000-06-20 Thread gnucash-devel-return-830-archive=jab . org
Rob Browning writes: > gnucash --evaluate '(display "Hello world.\n") (gnc:shutdown 0)' > For the command line arguments, I want something much more user > friendly. We may need both a low-level --evaluate, and something > higher-level as well... > > Thoughts? One of the "lessons learned fro

Re: --batch argument

2000-06-20 Thread Robert Graham Merkel
(cc'ing this to devel - technical discussion) Rob Browning writes: > > With this you can do silly things like: > > gnucash --evaluate '(display "Hello world.\n") (gnc:shutdown 0)' > > or > > gnucash --evaluate '(display "Hello world.\n")' > --evaluate '(gnc:shutdown 0)'