View Single Post
  #13  
Old 10-04-2005, 04:58 PM
Adde Adde is offline
Senior Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 719
Default Re: An APPEAL TO ALL EUROBET PLAYERS

Windows batch files are your friend!

Create a new text file, and name it "Exit_Eurobet.bat" (click Yes in warning dialog). Right-click file, choose Edit, and add the lines below. Put a shortcut to the batch file in the start menu (or other convenient place).

@ECHO OFF
TASKKILL /F /IM "coraleurobetpoker.exe"


Instead of shutting down your poker client, run "Exit_Eurobet.bat". This will terminate the process, and thus getting rid of the exit operations (popup window) by Eurobet.

To close all Party skins this way, add this to your file:

@ECHO OFF
TASKKILL /F /IM "coraleurobetpoker.exe"
TASKKILL /F /IM "PartyPoker.exe"
TASKKILL /F /IM "EmpirePoker.exe"
TASKKILL /F /IM "MultiPoker.exe"
TASKKILL /F /IM "IntertopsPoker.exe"


WARNING: Not only will the popup window disappear, but also the updating of notes to file. That is, if you have changed your notes during the session, the changes will be lost if you terminate the client process this way. If you never edit notes by hand, that won't be a problem though.

Use at your own risk. I've been using this method for some months, and have never had any problems.

Adde
Reply With Quote