QT version on Windows

Ken Ray kray at sonsothunder.com
Tue Oct 11 12:20:16 EDT 2005


On 10/11/05 8:00 AM, "xbury.cs at clearstream.com" <xbury.cs at clearstream.com>
wrote:

> Here's a VBS script that will printout the version
> 
> Option Explicit
> Dim oFSO
> Dim sPath, sFileVer, sFileName
> 
> sPath = "d:\app\quicktime\quicktimeplayer.exe"
> Set oFSO = CreateObject("Scripting.FileSystemObject")

You need to be careful when using VBS with the FileSystemObject - several
antivirus programs (including Norton) will bring up an alert whenever an
instance of the FileSystemObject is created, asking the user for permission
to continue. This likely is something you don't want in a finished
product...

Just FYI,

Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: kray at sonsothunder.com




More information about the use-livecode mailing list