Forum Discussion

googleid_117429's avatar
googleid_117429
Occasional Contributor
14 years ago

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 Wsc...