Z
Zhenning Guan
I want to use ruby run excute mp3 file,but I don't know how to get it
work。
I have a song on D drive and I write a callme.rb
++++++++++
def callme
system("2k7.mp3" )
end
callme
+++++++++
I am run "ruby callme.rb" in "CMD"
but didn't run the 2k7.mp3 song
why? how shoud I do it right?
my system is windows XP
work。
I have a song on D drive and I write a callme.rb
++++++++++
def callme
system("2k7.mp3" )
end
callme
+++++++++
I am run "ruby callme.rb" in "CMD"
but didn't run the 2k7.mp3 song
why? how shoud I do it right?
my system is windows XP