[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 15 2013