From: Gary Wright Date: 2009-12-31T01:40:00+09:00 Subject: Re: How to run one script from another, and capture the output On Dec 30, 2009, at 8:06 AM, John Smith wrote: > One more quick question. If distance_traveled.rb sits in a different > directory than the current script that's calling it, how would I specify > it? For example, say it is in ~project/lib/distance_traveled.rb The command is parsed by the shell so ~project/lib/distance_traveled.rb should work or a relative or absolute path of course. Gary Wright