Hi, 2009/8/26 Sarvesh Saran <Sarvesh.Saran at synopsys.com>: Instead of this: > args<<”machine1”<<”. /mypath/settings.sh”<<”;mycommand”; Don't you actually want this? args<<”machine1”<<”. /mypath/settings.sh;mycommand”; Haven't tested this BTW...