Hello.
I try to run an exe file using jShell.
The following simple code is used:
Dim sh1 as Shell
sh1.Initialize("sh1","myapp.exe",Array As String("-d","1","-p","5174"))
sh1.WorkingDirectory = "C:\MyApp"
sh1.RunWithOutputEvents(-1)
then I have
Sub sh1_ProcessCompleted(Success As Boolean...