python iscr.py --weaver=html example.pakwhere 'example.pak' is the name of the Interscript document. This will create a single file "example.html". Try it!
If you prefer HTML split into lots of little pages, try:
python iscr.py --weaver=web example.pakThis produces a file "example_top.html", and a number of auxiliary files, and a file for each heading.
You can also generate latex2e and plain text with the commands:
python iscr.py --weaver=latex example.pakwhich produces a file "example.tex", and,
python iscr.py --weaver=text example.pakwhich produces a file example.txt. you can put more than one file name at the end too. Each such document will be processed separately.