Is Rev too "Mac focused"?

MisterX b.xavier at internet.lu
Sat Aug 7 18:54:31 EDT 2004


Ken,

> - Being able to create new registry keys in the Windows registry
> 
> - Ability to call VBScript as easily as AppleScript ("do <script> as
> VBScript")

But it is easy and noticeably shorter and doesn't block RR...

on doVBS x
  get shell("start" && x)
end doVBS

Although not built in, these are easy to do with the shell type commands.
Unlike externals, they dont tie up the RR environment (dont have to) and
there's so many...

>From there you can also access COM, and DLL objects too probably.
Check out shellcity.net for a good start at what is available...

cheers
Xavier






More information about the use-livecode mailing list