Trupti Jethva's Blog
Doing something is always better than nothing.
Pages
(Move to ...)
Home
About the Blog
▼
Tuesday, February 19, 2013
Run DOS commands from QTP
Dim oshell
Set oshell=createobject("WScript.shell")
oshell.Run "cmd /k ipconfig"
Set oshell=nothing
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment