|
@@ -24,10 +24,14 @@ Function GetEnvironmentVariable(Const EnvVar : String) : String;
|
|
|
procedure Sleep(milliseconds: Cardinal);
|
|
|
{$ENDIF}
|
|
|
function ExecuteProcess(Const Path: AnsiString; Const ComLine: AnsiString):integer;
|
|
|
+function ExecuteProcess(Const Path: AnsiString; Const ComLine: Array of AnsiString):integer;
|
|
|
|
|
|
{
|
|
|
$Log$
|
|
|
- Revision 1.5 2004-02-08 11:02:40 michael
|
|
|
+ Revision 1.6 2004-02-13 13:02:21 marco
|
|
|
+ * addition of second executeprocess prototype
|
|
|
+
|
|
|
+ Revision 1.5 2004/02/08 11:02:40 michael
|
|
|
+ Implemented RaiseLastOSError
|
|
|
|
|
|
Revision 1.4 2004/01/10 17:34:36 michael
|