logo

Class process

logo

Introduction
Screenshots
License/Download
Installation
Userinterface
Function Index
Macro Programming
Links
Community

mouse left
no help

process Class Reference

process more...

Public Member Functions

intexecute(string command,string arguments)
execute
voidstartDetached(string command,string arguments)
startDetached

Detailed Description

The process class is used to start external programs.

Member Documentation

int process::execute(string command,string arguments)

    execute

    command is executed with arguments. It waits untill commend terminates and the exitcode is returned.

    void process::startDetached(string command,string arguments)

      startDetached

      command is executed with arguments. It returns true if the program launch was successfull.

      SourceForge.net LogoThis page may be outdated. Visit the new LayoutEditor homepage for the newest infomations!