invoke application:
Invokes an executable application.
Syntax:InvokeApplication(Command [,StartIn])
systemutil.run:
Is an object used to control applications and processes during a run session.
It is used to run a file or application. This can be used to run non executable application, when specifying a non-executable file, the file opens in the associated application.
Ex: SystemUtil.Run "C:\type.txt", "", "", ""
Invokes an executable application.
Syntax:InvokeApplication(Command [,StartIn])
systemutil.run:
Is an object used to control applications and processes during a run session.
It is used to run a file or application. This can be used to run non executable application, when specifying a non-executable file, the file opens in the associated application.
Ex: SystemUtil.Run "C:\type.txt", "", "", ""

