my $cmd = "$IWHOME/opendeploy/OpenDeployNG/bin/iwodstart $edc -inst ${country_name}_${lasted} -k edition=$lasted -k branch=$branch_substr -k target=$target -k argument=$countryToLang{$country_name} -k dtype=$dtype";
Edited by ashokk on 09/16/03 04:32 AM (server time).
my $res = `$DEPLOYAPI_CLIENT_CMD 2>&1`; my $status = $?; print $res; exit($status);