Lines Matching refs:cmd
146 string $cmd = `getAttr ($node + ".b")`;
147 if (!size($cmd))
151 eval($cmd);
220 string $cmd = "";
225 $cmd += "global int $nw4cExpDialog_SettingVer = " + $nw4cExpDialog_SettingLatestVer + ";\n";
229 $cmd += "global string $nw4cExpDialog_SettingExportOptions = \""
234 $cmd += "if (`exists nw4cExpDialog_SettingNodeFunc`) "
237 return $cmd;
276 string $cmd = GetSettingNodeCommand();
277 catch(`setAttr ($node + ".b") -type "string" $cmd`);
2525 string $cmd = "NW4C_ExportCmd ";
2528 $cmd += "-f ";
2530 $cmd += "-op \"" + $optStr + "\"";
2531 //trace ("cmd: " + $cmd);
2532 if (catch(eval($cmd)))