On 10/11/05 8:00 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
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: [EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to