CheckSerial.exe

From BR Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

CheckSerial.exe is a utility provided by BRC which will allow you to check the license information contained within a brserial.dat file.

To enable this functionality via a double click in windows explorer, create a batch file (named CheckSerial.cmd) in the same directory as CheckSerial.exe containing the following:

@echo off
%~dp0\CheckSerial.exe %~s1
pause

Then double click a .dat file and choose to open it with your batch file.