On 12/1/06 3:08 PM, "Todd Geist" <[EMAIL PROTECTED]> wrote:

> I know the point is to build one with xTalk, but you can doit with
> Shell on the mac and this VBS on the PC
> 
> FUNCTION CreateGUID()
> set x = createobject("Scriptlet.TypeLib")
> CreateGUID=left(x.GUID,38)
> END FUNCTION
> 
> Can you run a VBScript from Revolution?

Absolutely! See:

  http://www.sonsothunder.com/devres/revolution/tips/iac002.htm

About the middle of the page...

The downside is that certain virus software (like Norton) will stop a VBS
file from running if it thinks it's potentially going to do some damage.
Anything that touches Scripting.FileSystemObject will trigger it, and it
turns out that this triggers it as well.

However, it can easily be wrapped in a VB DLL to bypass the trigger...

Ken Ray
Sons of Thunder Software, Inc.
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