Browse Source

* addition of second executeprocess prototype

marco 21 years ago
parent
commit
4f6d200630
1 changed files with 5 additions and 1 deletions
  1. 5 1
      rtl/objpas/sysutils/osutilsh.inc

+ 5 - 1
rtl/objpas/sysutils/osutilsh.inc

@@ -24,10 +24,14 @@ Function GetEnvironmentVariable(Const EnvVar : String) : String;
 procedure Sleep(milliseconds: Cardinal);
 procedure Sleep(milliseconds: Cardinal);
 {$ENDIF}
 {$ENDIF}
 function ExecuteProcess(Const Path: AnsiString; Const ComLine: AnsiString):integer;
 function ExecuteProcess(Const Path: AnsiString; Const ComLine: AnsiString):integer;
+function ExecuteProcess(Const Path: AnsiString; Const ComLine: Array of AnsiString):integer;
 
 
 {
 {
   $Log$
   $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
   + Implemented RaiseLastOSError
 
 
   Revision 1.4  2004/01/10 17:34:36  michael
   Revision 1.4  2004/01/10 17:34:36  michael