Re: [Gambas-user] a Dumb shell question - passing quoted text

2010-02-11 Thread Doriano Blengino
Benoît Minisini ha scritto: >> Hi List, >> >> I want to end up with this text to pass to the shell, and it contains >> quotation marks, I wondered how to do that. >> >> wkhtmltopdf *.html /tmp/temp.pdf --toc --header-right "Page [page]" >> --footer- center "- EasyGP Medical Records -" --footer-spa

Re: [Gambas-user] a Dumb shell question - passing quoted text

2010-02-11 Thread Benoît Minisini
> Hi List, > > I want to end up with this text to pass to the shell, and it contains > quotation marks, I wondered how to do that. > > wkhtmltopdf *.html /tmp/temp.pdf --toc --header-right "Page [page]" > --footer- center "- EasyGP Medical Records -" --footer-spacing 5 > --footer-font-name "com

[Gambas-user] a Dumb shell question - passing quoted text

2010-02-11 Thread richard terry
Hi List, I want to end up with this text to pass to the shell, and it contains quotation marks, I wondered how to do that. wkhtmltopdf *.html /tmp/temp.pdf --toc --header-right "Page [page]" --footer- center "- EasyGP Medical Records -" --footer-spacing 5 --footer-font-name "comic sans ms" any