Roy,
The Process object should hold everything that you need. Some examples
that may help you get what you're after include:
Set p = ClientInformation.ApplicationProcess ' This sets p to an object
representing the process of the application that launched the script.
Print p.ModuleName
Print p.CompanyName
Print p.FileVersion
'...etc
See the Process object in the WE scripting manual for a complete list of
available properties.
Best regards,
Steve
On 12/7/2009 6:29 PM, Roy Shtupler wrote:
hi listers
what's the best way of getting the version number (major and minor)
for the active application.
thanks alot
Roy.