set WshShell = CreateObject("WScript.Shell" )
WshShell.Run "C:\Windows\System32\SnippingTool.exe"use this method..will work, On Tuesday, November 15, 2016 at 12:56:05 AM UTC+1, [email protected] wrote: > > Hi > > SystemUtil.Run "C:\Windows\System32\SnippingTool.exe", "", > "C:\Windows\System32", "" > wait(5) > > > Manually if I click on "C:\Windows\System32\SnippingTool.exe", it will > open. How do I open in my script? > > Thanks in advance > -- -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en --- You received this message because you are subscribed to the Google Groups "QTP - HP Quick Test Professional - Automated Software Testing" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
