Hiding the popups?

Newbie Spellweaver
Joined
May 11, 2004
Messages
38
Reaction score
0
What I do is put taskbar grouping on, so all the popups are grouped together, but is there an easy way to group the two servers, map central, server manager and all popups together? Preferably minimizing it to tray?

And I usually restart in order to get rid of them, is there an easy way to kill all of the popups?

Thanks in advance.
 
An easy way to kill all the popups is to put this into a bat file, and run it. This will kill every rm server process.

taskkill /F /IM svmapserver.exe
taskkill /F /IM svmapcenter.exe
taskkill /F /IM svip.exe
taskkill /F /IM RMServerMgr.exe
 
If you have windows XP there is a group similar function which will put all the mapservers under one button. Just right click your windows bar go to properties and enable it.
 
Some1else said:
If you have windows XP there is a group similar function which will put all the mapservers under one button. Just right click your windows bar go to properties and enable it.

Yea, I already did that ;)

What I do is put taskbar grouping on, so all the popups are grouped together


Thanks allanvv, that works dandy ;)
 
Back