Mike Johnson wrote: > Hi, all > > I am using ruby with watir to make some small scripts. I want to obtain > the name of the computer where my script is running from. Is there a > way to obtain the computer name using ruby? > > Thanks name = `hostname` More or less. Don't recall if this works in Windows, but there should be something similar that returns machine info -- James Britt "Judge a man by his questions, rather than his answers." - Voltaire