Ravik
12 years agoSuper Contributor
Unable to launch new instance of application
Hi Team,
I have write a function like -
Sub LaunchApplication
CreateObject("WScript.Shell").Run("Application path")
End Sub
While I am running this subroutine individually. it's run fune. but while run same on batch or organized Test. its through error Waiting for "Ojcet Required" for(application details).
Please suggest sutable way.
Thanks
Ravik
I have write a function like -
Sub LaunchApplication
CreateObject("WScript.Shell").Run("Application path")
End Sub
While I am running this subroutine individually. it's run fune. but while run same on batch or organized Test. its through error Waiting for "Ojcet Required" for(application details).
Please suggest sutable way.
Thanks
Ravik