From: Pranjal Jain Date: 2008-05-05T14:35:08+09:00 Subject: Re: Problem using System command in ruby Hi there It is not working. I think some different command is required. Damjan Rems wrote: > Pranjal Jain wrote: >> HI All >> >> I am using WIndows gem "winclicker" to run windows properties. >> >> The code is as follows: >> " >> require 'watir/winClicker' >> system ("D:") >> system ("cd ruby") >> system ("cd Temp") >> system ("ruby trial.rb") >> " > > Maybe: > system ("cd \ruby") > > > by > TheR -- Posted via http://www.ruby-forum.com/.