From: Victor Shepelev Date: 2006-06-07T08:50:59+09:00 Subject: DLL load path Hi all. The strange question: I need modify path, where .dll's would be looked for (from ruby script). For ex. require 'raspell' #bang! 'aspell.dll could'nt be found I need something like setenv('PATH', getenv('PATH') + '') but also I want PATH system variable not be changed after my script is stopped... I think question is dumb, but really don't know, where to look for answer. And again, sorry for my poor English. Thanks. Victor.