G
Guest
On tablet PC's, vendor does not matter, our login script will hang and the
wscript.exe process will peg the CPU at 99% until the process is killed. I
have isolated the problem to the Shell.POPUP object. It does not happen
everytime, but happens frequently enough to become a problem. Here is
sample code, if you execute on you tablet PC at least 10 times, you should
experience the same problem.
set WshShell = CreateObject("WScript.Shell")
Result = WshShell.Popup("This is a popup box!", 10, "Title")
Anyone aware of this issue and know of a hotfix?
Thank You.
wscript.exe process will peg the CPU at 99% until the process is killed. I
have isolated the problem to the Shell.POPUP object. It does not happen
everytime, but happens frequently enough to become a problem. Here is
sample code, if you execute on you tablet PC at least 10 times, you should
experience the same problem.
set WshShell = CreateObject("WScript.Shell")
Result = WshShell.Popup("This is a popup box!", 10, "Title")
Anyone aware of this issue and know of a hotfix?
Thank You.