From: anthony cagle Date: 2002-02-28T03:58:02+09:00 Subject: Re: Kernel.system incongurity - Windows98 On Tuesday 26 February 2002 03:55 pm, you wrote: > X-UIDL: 040280aef15ce711adbd4c77ad7a50bc > > > system("rundll32 url.dll,FileProtocolHandler http://www.subimo.com") > > print $? > > print "\n" > > system("rundll32 url.dll,FileProtocolHandler > > http://www2.subimo.com/start?userid=acc") > > print $? > > print "\n" > > Not sure if this will help, but you might try replacing the system call as > mentioned here: > http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/10006 > > Chris Thanks Chris, this worked!