From: "Rebhan, Gilbert" Date: 2007-09-28T16:46:09+09:00 Subject: rubyscript2exe > Invalid char `\220' in expression (RC=256) ? Hi, i want to create an executable of the following simple ruby snippet = time=Time.now.strftime('%d.%m.%Y') exec("c:/Programme/Internet Explorer/IEXPLORE.EXE http://scmcs/deploy/ControllerServlet?startsuchdatum=#{time}&endesuchdat um=#{time}&jobsuchen=Jobsuche+starten&command=getjobuebersichtzeitraum") works fine, but when i try to create the executable i get = c:\ruby_tools\rubyscript2exe>ruby rubyscript2exe.rb jobsuche.rb Tracing jobsuche ... jobsuche.rb:1: Invalid char `\220' in expression I also tried with allinoneruby, got the same error = Invalid char `\220' in expression Any ideas what went wrong and how to get my executable ? Regards,Gilbert