From: dc Date: 2006-11-25T06:35:59+09:00 Subject: setting environment variables... hi - i have a ruby command line script, and i want to set/export an environment variable thats available to other various shell scripts that are called by this ruby... can someone tell me how to do this? i thot this might work, but not... ENV[' ENV['RSWF_C'] = 1 # use c bindings'] = 1 if i use (in ruby app:) system(" RSWF_C=1; export RSWF_C" ) is this available to all other scripts called from this master ruby script? thanks for any help, I'm a bit lost! /dc ------------------------------------------- David "DC" Collier mailto:dc@pikkle.com +81 (0)80 6521 9559 skype: callto://d3ntaku ------------------------------------------- Pikkle 株式会社 http://www.pikkle.com -------------------------------------------