Next Previous Up Top Contents Index

WebMaker User Guide

6.3 Examples of batch mode syntax

To convert a document based on an existing WML file:

webmaker -c rules.WML document.MIF

To convert a document using an existing WML file, specifying title and output directory:

webmaker -c rules.WML -t "My document" -w /pub/mydocs/ mydoc.MIF

To convert a document using RapidRules, use one of these command lines:

webmaker -r document.MIF             (creates document.WML)
webmaker -R rules.WML document.MIF   (creates rules.WML)
webmaker -RR rules.wml document.MIF  (overwrites rules.WML)