Subj : Re: Determine operating system To : visitus 04 From : Igor Bukanov Date : Wed Jan 12 2005 11:09 am visitus 04 wrote: > How can I determine the OS of box on which a Rhino script is running? In the same way as you determine it in Java which is typically done via checking system properties like in: var os_name = java.lang.System.getProperty("os.name"); Regards, Igor .