Originally, it was to save as killqq.bat
@echo off
start h:\wenqq\qq.exe
ping 127.0.0.1 -n 5
taskkill /f /t /im TIMPlatform.exe
This is saved as .vbs found. The startup batch has no black screen.
DIM objShell
set objShell=wscript.createObject("wscript.shell")
iReturn=objShell.Run("cmd.exe /C killqq.bat", 0, TRUE)
When starting, it will first call cmd ping taskkill these commands.
@echo off
start h:\wenqq\qq.exe
ping 127.0.0.1 -n 5 ////Can this be replaced by something else? What command in VBS can be used?
taskkill /f /t /im TIMPlatform.exe Kill this. What in VBS?
.. Ask for a way to kill the timplatform.exe process with VBS. .. Thank you.
timplatform.exe can also be deleted in QQ. But chat rooms and these can't enter `~
@echo off
start h:\wenqq\qq.exe
ping 127.0.0.1 -n 5
taskkill /f /t /im TIMPlatform.exe
This is saved as .vbs found. The startup batch has no black screen.
DIM objShell
set objShell=wscript.createObject("wscript.shell")
iReturn=objShell.Run("cmd.exe /C killqq.bat", 0, TRUE)
When starting, it will first call cmd ping taskkill these commands.
@echo off
start h:\wenqq\qq.exe
ping 127.0.0.1 -n 5 ////Can this be replaced by something else? What command in VBS can be used?
taskkill /f /t /im TIMPlatform.exe Kill this. What in VBS?
.. Ask for a way to kill the timplatform.exe process with VBS. .. Thank you.
timplatform.exe can also be deleted in QQ. But chat rooms and these can't enter `~
