Lines Matching refs:cmd
187 string $cmd = `getAttr ($node + ".b")`;
188 if (!size($cmd))
192 eval($cmd);
261 string $cmd = "";
266 $cmd += "global int $nw4cExpDialog_SettingVer = " + $nw4cExpDialog_SettingLatestVer + ";\n";
270 $cmd += "global string $nw4cExpDialog_SettingExportOptions = \""
275 $cmd += "if (`exists nw4cExpDialog_SettingNodeFunc`) "
278 return $cmd;
317 string $cmd = GetSettingNodeCommand();
318 catch(`setAttr ($node + ".b") -type "string" $cmd`);
2640 string $cmd = "NW4C_ExportCmd ";
2643 $cmd += "-f ";
2645 $cmd += "-op \"" + $optStr + "\"";
2646 //trace ("cmd: " + $cmd);
2647 if (catch(eval($cmd)))