From: "Marvin Gülker" Date: 2009-11-23T22:48:00+09:00 Subject: Re: How i can mage EXE file after write program Sajjad Seyyed wrote: > Thank you > but whats is this ocra ? how i can find it? > where is the ocra? > please tell meeeeeeeeeee Do this in a command line: gem update --system gem install ocra cd "X:\path\to your\script's directory" ocra yourscript.rb That 1. updates your RubyGems software 2. installs the ocra gem 3. Changes your working directory to your script's directory 4. Compiles your script to an executable file. Marvin -- Posted via http://www.ruby-forum.com/.