Windows Tools
Tools for configuring GenBoard without the need to install additional software (such as Perl).
Instructions for download & install
- Download the file VEMSWinTools.zip by [Right click -> Save Target As...]
- Double click on the downloaded zip file and install to a suitable directory. (e.g. c:\VEMSWinTools)
- Open a command window (Start->Programs->Accessories->Command Prompt) or Start->Run... 'cmd'
- Change to the directory you unziped the file to ( cd c:\VEMSWinTools )
Make Config
Usage: \n
MakeConfig -c <config file> -g <global file> (optional: -l <log file>
Example: \n
MakeConfig -c c:\firmware\etc\config.txt -g c:\firmware\global.h MakeConfig -c c:\firmware\etc\config.txt -g c:\firmware\global.h -l configError.log
Make Tables
Usage: \n
MakeTables -t <table file> (optional: -l <log file>)
Example: \n
MakeTables -t c:\firmware\etc\tables.txt MakeTables -t c:\firmware\etc\tables.txt -l error.log