Forum Discussion

ankita_sharma's avatar
ankita_sharma
Occasional Contributor
11 years ago
Solved

Calling a VBscript with extension .vbs from Test Complete code

Hi All, I am struggling hard but I have not got any clue on how to call a VB file from test complete. Any body have any idea please help me out on it. Thanks Ankita
  • karkadil's avatar
    11 years ago
    The simplest way is using WScript.Shell




    Set ws = Sys.OleObject("WScript.Shell")


    ws.Run("c:\somefile.vbs")