PureBasic - Process

Overview

The process library allows the programmer the ability to get information about the current program, as well as to execute other programs and communicate with them. This provides a platform for independent access to a programs environment block, the programs parameters, as well as standard input and output.

Command Index

AvailableProgramOutput
CloseProgram
CountProgramParameters
EnvironmentVariableName
EnvironmentVariableValue
ExamineEnvironmentVariables
GetEnvironmentVariable
IsProgram
KillProgram
NextEnvironmentVariable
ProgramExitCode
ProgramFilename
ProgramID
ProgramParameter
ProgramRunning
ReadProgramData
ReadProgramError
ReadProgramString
RemoveEnvironmentVariable
RunProgram
SetEnvironmentVariable
WaitProgram
WriteProgramData
WriteProgramString
WriteProgramStringN

Supported OS

All

Reference Manual - Index