[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'process' (#fcl)

RunCommandIndir

Declaration

Source position: line 0

function RunCommandIndir(

  const curdir: String;

  const exename: String;

  const commands: array of String;

  var outputstring: String;

  var exitstatus: Integer

):Integer;

function RunCommandIndir(

  const curdir: String;

  const exename: String;

  const commands: array of String;

  var outputstring: String

):Boolean;

function RunCommandInDir(

  const curdir: String;

  const cmdline: String;

  var outputstring: String

):Boolean;


Documentation generated on: Nov 07 2012