P
Pranjal Jain
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")
"
I am trying to run file trial.rb via this script. but it is giving me
the error as follows :
The system cannot find the path specified.
ruby: No such file or directory -- trial.rb(LoadError)
PLease tell me wht is wrong in the code.
Thanks in advance
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")
"
I am trying to run file trial.rb via this script. but it is giving me
the error as follows :
The system cannot find the path specified.
ruby: No such file or directory -- trial.rb(LoadError)
PLease tell me wht is wrong in the code.
Thanks in advance