Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider donating by either clicking this text or the Patreon link on the right.

Patreon

Leaderboard

Popular Content

Showing content with the highest reputation on 03/08/24 in all areas

  1. I use this script.bat as Launch After to make sure any external process is clossed The script contains this: powershell -Command "Start-Process 'taskkill' '/IM UltraVPServer.exe /T /F' -WindowStyle hidden -Verb runAs" powershell -Command "Start-Process 'taskkill' '/IM B2SBackglassServerEXE.exe /T /F' -WindowStyle hidden -Verb runAs" powershell -Command "Start-Process 'taskkill' '/IM UltraDMD.exe /T /F' -WindowStyle hidden -Verb runAs" powershell -Command "Start-Process 'taskkill' '/IM pinupplayer.exe /T /F' -WindowStyle hidden -Verb runAs" How can you force to close the old VPserver B2S, although I no longer use any of these. It also forces the Direct B2S to close, although these do not usually cause problems. It also forces Ultra DMD and PinUp Player to close. Kill.bat
    1 point
×
×
  • Create New...