Send board library data to an external file
Use this to export the contents of the Board library to a BDX format file.
To do this run the following program and command line option:-
BOARD.EXE /BDX
This creates the file brdlib.bdx in the path set by the System parameter: Path for Export data.
The program should be run from a 'User profile' either by running the program from that profile (with the Windows Run command or a Batch file) or by setting the 'Start in' option on a shortcut.
An example of a batch file is the following.
CD \USER1
C:\USER1\BOARD.EXE /BDX
Notes
- CD command to change directory/folder to the user profile before running the program