> Erik Veenstra wrote: > > > RubyScript2Exe 0.3.3 is released! > > ~/minirubywiki> rubyscript2exe.cmd miniWiki.rb > Tracing miniWiki ... > (offline mode: enter name=value pairs on standard input) > > My application is demanding CGI input variables that your app cannot > provide. > > (I suppose I'l push them on the command line, then run your app.) Nooope: ~/minirubywiki> QUERY_STRING=query1=value1 ~/minirubywiki> REQUEST_METHOD=GET ~/minirubywiki> rubyscript2exe.cmd miniWiki.rb Tracing miniWiki ... (offline mode: enter name=value pairs on standard input) CGI.rb ain't seeing those environmental variables. I have to Ctrl+C the run; then the rest of rubyscript2exe.cmd works. BTW the EXE works great - on my populated notebook. I'l congratulate again when I run it on a virgin 'puter! > -- > Phlip > http://industrialxp.org/community/bin/view/Main/TestFirstUserInterfaces