googleid_117429
14 years agoOccasional Contributor
Built in function to run a file
Hi,
I have to run a application/file stored in a path i used the following code
Set ws =WScript.CreateObject("Wscript.Shell")
ws.Run("C:\xyz\someFile\kd_gl.py")
But test complete Wscript Object required
Is there a built in function such as SystemUtils.Run(path) as in QTPscript
thanks,
Biji
I have to run a application/file stored in a path i used the following code
Set ws =WScript.CreateObject("Wscript.Shell")
ws.Run("C:\xyz\someFile\kd_gl.py")
But test complete Wscript Object required
Is there a built in function such as SystemUtils.Run(path) as in QTPscript
thanks,
Biji