Hi Django,
what about this version? It works okay on my PC, feel free to change the style to hidden window...
Uses "OS", "File"
String wm = "wmic qfe list full "
String h1 = "/format:htable > "
String h2 = "%USERPROFILE%\hotfix.html"
String t1 = "/format:texttablewsys > "
String t2 = "%USERPROFILE%\hotfix.txt"
String cmdh = wm & h1 & $DQ & h2 & $DQ
String cmdt = wm & t1 & $DQ & t2 & $DQ
RunCommand(cmdh)
Function RunCommand( sCommand As String )
String tempBat = APP_SourcePath + "temp.bat"
FILE_Save(tempBat, sCommand)
OS_Shell(tempBat, %OS_WNDSTYLE_MAXIMIZED, %OS_SHELL_SYNC)
End Function
Petr
Bookmarks