9.15.4 Batch Mode

Batch mode programming can be achieved by executing FlashPro® TCL scripts from the command line. The example below executes The FlashPro TCL script batch.tcl from the command line:

<location of Actel software>/bin/flashpro.exe script:batch.tcl

batch.tcl contains the following script:
new_project -name {newproject} -location {./newproject} -mode {single}
set_programming_file -file {./design.stp}
set_programming_action -action {PROGRAM}
run_selected_actions
close_project