QuickTest does this by using standard VBScript you can simply use the Windows Scripting
Host Shell object.
Host Shell object.
‘For Example:
Dim oShell
Set oShell = CreateObject (”WSCript.shell”)
Dim oShell
Set oShell = CreateObject (”WSCript.shell”)
‘The following VBScript code opens a command window, changes to the path to C:\ , and executes the DIR command.
oShell.run “cmd /K CD C:\ & Dir”
Set oShell = Nothing
Set oShell = Nothing
No comments:
Post a Comment