I am not able to capture them, any idea what changes should i do below ?
Dim WshShell
Set WshShell = WScript.CreateObject("WScript.Shell")
wshshell.currentdirectory="c:\program files\tivoli\tsm\baclient"
WshShell.Run ("dsmc macro tsm_mac.txt ")
set wshShell = Nothing
Wscript.quit(0)
Dim WshShell
Set WshShell = WScript.CreateObject("WScript.Shell")
wshshell.currentdirectory="c:\program files\tivoli\tsm\baclient"
WshShell.Run ("dsmc macro tsm_mac.txt ")
set wshShell = Nothing
Wscript.quit(0)