PDA

View Full Version : Server Editor


ShibaBear
3rd April 2008, 09:52 AM
I got tired of using the clunky BNGatewayEditor to edit server lists, so I wrote this quick perl script to do the job for me. The way it works is that the server list is defined in a flat-form text file which is read and converted into a REG_MULTI_SZ string and then imported into the proper place in the registry. Once the server list is defined, you just double-click the script to execute the import.

You'll need ActivePerl installed to use it.