Lines Matching refs:cmd
169 string $cmd = `getAttr ($node + ".b")`;
170 if (!size($cmd))
174 eval($cmd);
243 string $cmd = "";
248 $cmd += "global int $nw4cExpDialog_SettingVer = " + $nw4cExpDialog_SettingLatestVer + ";\n";
252 $cmd += "global string $nw4cExpDialog_SettingExportOptions = \""
257 $cmd += "if (`exists nw4cExpDialog_SettingNodeFunc`) "
260 return $cmd;
299 string $cmd = GetSettingNodeCommand();
300 catch(`setAttr ($node + ".b") -type "string" $cmd`);
2578 string $cmd = "NW4C_ExportCmd ";
2581 $cmd += "-f ";
2583 $cmd += "-op \"" + $optStr + "\"";
2584 //trace ("cmd: " + $cmd);
2585 if (catch(eval($cmd)))