> there's a way to get if the playback machine is running with
> Nt or Win9x?
Use BudAPI Xtra's baVersion() function:
[on this machine]
put baVersion("os")
-- "WinNT"
put baVersion("windows")
-- "5.0"
put baVersion("nt")
-- "5.0"
BudAPI costs, but you can use two functions free per project.
HTH
Rob
/*********************************
* Rob Wingate, Software Human *
* http://www.vingage.com *
* mailto:[EMAIL PROTECTED] *
*********************************/
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]