Hi,
first I want to thank you for creating such a great tool, I sure will be using it a lot.
I'm using Vista and I just didn't want to give java.exe and javaw.exe admin rights by default, so I made a little workaround, maybe you'll find it handy.
I created a batch file named runme.bat with this content
cd \Path\to\PartyTools
start /b /low javaw -jar "X:\Path\to\PartyTools\PartyTools.jar"
and put it into PartyTools folder. Then I made a shortcut to this batch file and in "Properties-Advanced-Shortcut" I checked "Run as Administrator".
Now everytime I double click the shortcut I get PartyTools to run with admin rights. There're also other workarounds, e.g. via Task Scheduler, but this worked ok for me.
Btw. may I ask why is it needed in Vista to elevate this program in order to run properly?
Best,
BH