One of the following:
In the latter case the extension of the file must be associated with a program to start.
Helper method - Starts an application or opens a document.
[Visual Basic]
Overloads Public Shared Function RunApplication( _
ByVal Application As String, _
ByVal ParameterString As String _
) As Boolean[C#]
public static bool RunApplication(
string Application,
string ParameterString
);[JScript]
public static function RunApplication(
Application : String,
ParameterString : String
) : boolean;One of the following:
In the latter case the extension of the file must be associated with a program to start.
Calls RunApplication(Application, "", "").
ITLogLib Class | ITLogLib Members | Overload List
(c) 2002-2004 iTech Software GmbH, Berlin. Version 2.4, Wed 07 Jul 2004.