From: Chris Lowis Date: 2007-07-29T21:21:34+09:00 Subject: Re: how to use ruby run a mp3 file? I haven't got a windows system to test this on, but does this work ? def callme system("open 2k7.mp3" ) end callme Chris -- Posted via http://www.ruby-forum.com/.