The Script Menu |
Top Previous Next |
The ChipProgUSB is featured with the tools known as an embedded script language. This mechanism is intended for automation of the programming operation, mastering complex operations that include both the programmer itself and the programmer operator's actions. The ChipProgUSB enables composing scripts files (SF) and executing them. This Script menu contains a few commands associated with script files. The commands can be configured by the ChipProg user and the list can be expanded by adding a new item (command). To add a new item, place a script file into the current folder or into the ChipProgUSB installation folder. The first non-empty line of any script file should contain three slashes followed by the text that will appear in the Scripts menu: /// Menu item text When ChipProgUSB builds the Scripts menu, it searches the current folder and its installation folder for all *.CMD files that contain '///' in the first line (remember that '//' denotes the beginning of the single-line comment) and inserts the text following '///' into the Scripts menu. When you select a Scripts menu item and click the Start button, ChipProgUSB launches the selected script.
Working with scripts is describe in the Script files topics. |