Thursday, October 25, 2007

iuhgeee.bat and tvprunner.exe Joost problem

I got a problem when iuhgeee.bat was locking up.
Looking at the code below it's obviusly running into an endless loop and the process iuhgeee.bat has to be killed.
After I upgraded to the latest version of Joost the problem run away.
Not sure what the bug was about but suddenly Joost just didn't want to run

@ECHO OFF
:rev
DEL "C:\Program Files\Joost\xulrunner\tvprunner.exe"
IF EXIST "C:\Program Files\Joost\xulrunner\tvprunner.exe" GOTO rev
DEL "C:\Users\cc\AppData\Local\Temp\iuhgeee.bat"

No comments: