CheckSerial.exe

From BR Wiki
Revision as of 21:10, 17 May 2013 by Laura (talk | contribs) (Created page with "'''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 function...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.