IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#19087 - 11/20/08 04:56 PM Scripting Host
C.Fett Offline
Junior Member

Registered: 12/05/06
Posts: 11
Loc: England
Could you please tell me what scripting host planetpress uses when running a script. We are trying to run a script which uses Wscript commands but they are failing.

Top
#19088 - 11/20/08 06:29 PM Re: Scripting Host
Anonymous
Unregistered


Hi C.Fett,

You can use VBscript, JavaScript, Perl and Python in our script editor in PlanetPress Watch. Thanks.

Regards,

Olivier

Top
#19089 - 11/20/08 11:14 PM Re: Scripting Host
Philippe F. Offline
OL Expert

Registered: 09/06/00
Posts: 1984
Loc: Objectif Lune, Montreal, Qc
As far as the Scripting Host is concerned, it's our own. This allows us to add new commands to the Host, which can then be used from within the scripts themselves (e.g wath.getvariable "MyVariable" ), just like WScript implements its own methods/commands/objects.

That also means WScript-specific commands are not available (since they are host-dependent).
_________________________
Technical Product Manager
I don't want to achieve immortality through my work; I want to achieve immortality through not dying - Woody Allen

Top
#19090 - 11/21/08 12:52 PM Re: Scripting Host
C.Fett Offline
Junior Member

Registered: 12/05/06
Posts: 11
Loc: England
Thanks for the reply Philippe, is there any documented list of the Planetpress host commands.

Top