asked on
C:\Windows\SysWOW64\CCM\VAppLauncher.exe /launch "Avaya CMS Supervisor R16 -- English 16.1.0.0 R2"
Dim process1 As New Process
process1.StartInfo.FileName = "VAppLauncher.exe"
process1.StartInfo.WorkingDirectory = "C:\\Windows\\SysWOW64\\CCM"
process1.StartInfo.Arguments = (" /launch Avaya CMS Supervisor R16 -- English 16.1.0.0 R2")
process1.Start()
ASKER
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.
TRUSTED BY
Open in new window
Just in case put the that this no work add the location of the program on the first part of the code likeOpen in new window