Hi

I've been playing about with Export in Context with a view to producing ePubs.

When I run the script:

mtxrun --script epub --make test.specification

the test.tree is prepared but no epub file.  The output shown below has a couple or 'error' messages which are probably due to the way my text editor is set up (Scite Version 2.02).  If anyone is using Scite and producing ePubs I be grateful for some hints on how to set this up so that inkscape and zip works.

%%Script Output

mtx-epub        | creating paths in tree test.tree
mtx-epub        | copying toc.ncx to test.tree/OPS/toc.ncx
mtx-epub        | copying test-styles.css to test.tree/OPS/test-styles.css
mtx-epub        | copying test-images.css to test.tree/OPS/test-images.css
mtx-epub        | copying test.css to test.tree/OPS/test.css
mtx-epub        | copying test.xhtml to test.tree/OPS/test.xhtml
mtx-epub        | running command 'inkscape --export-plain-svg=cow.svg cow.pdf'

'inkscape' is not recognized as an internal or external command,
operable program or batch file.

mtx-epub        | copying cow.svg to test.tree/OPS/cow.svg
mtx-epub        | copying hacker.jpg to test.tree/OPS/hacker.jpg
mtx-epub        | copying mill.png to test.tree/OPS/mill.png
mtx-epub        | creating archive

'zip' is not recognized as an internal or external command,
operable program or batch file.
'zip' is not recognized as an internal or external command,
operable program or batch file.
'zip' is not recognized as an internal or external command,
operable program or batch file.

mtx-epub        | epub archive: test.tree/test.epub>Exit code: 0

%%End Script Output

I'm using Minimals ConTeXt  ver: 2011.09.27 20:05 MKIV  fmt: 2011.11.19  int: english/english on a Windows 7 machine and the test.tex file is the export-example.tex file renamed from the Minimals distribution.

Thanks
Keith McKay