Skip to content

start:

Developing Scripts on the Command Line

For users who do not wish to develop their Office Scripts using an IDE there is a simple command line interface built into the Office Scripting module which can be used for the generation and deployment of Office Scripts.

Contents

Prerequisites

The CommandLineTools class

The CommandLineTools class takes the following options (Note: Options in angle brackets "<>" are required, options in square brackets "[]" are optional):
-g [Path to Parcel directory] [options]

Generates a Script Parcel for the given the parcel directory. The parcel name will be the name of the parcel directory plus the .sxp extension.

-d <Path to Script Parcel> <Target Directory|Document>

Deploys the given Script Parcel to a directory or an OpenOffice.org document. A directory will be created with the name of the Parcel and the contents of the Parcel will be put into that directory.

  • If deploying to an OpenOffice.org installation the target directory should be the <Office Installation>/user/Scripts or <Office Installation>/share/Scripts directory. If the either the Script Parcel or the target do not exist an error message is printed. Otherwise the Script Parcel is deployed to the target.

Top

Examples

Top


Last Modified: Tue Mar 12 11:40:28 GMT 2003