Lines Matching full:command
24 def RunCommand(command):25 """Run a command.27 @param command the command as a single string29 print 'running command [%s]...' % command30 os.system(command)64 command = '%s %s %s' % (renderer_path, inputs_as_string, render_dir)66 command += args68 RunCommand(command)