
Remote Control Programming User’s Guide
PM024A02 Rev.2
84
Appendix A
FlashPro-CC Command Line interpreter
The
Multi-FPA API-DLL
can be used with the command line interpreter shell. This shell allows to
use the standard Command Prompt windows or script file to execute the API-DLL functions. All
required files are located in the directory
C:\Program Files\Elprotronic\CCxx\USB FlashPro-CC\CMD-line
and contains
FP-CC-commandline.exe
-> command line shell interpreter
FlashProCC-FPAsel.dll
-> standard API-DLL files
FlashProCC-FPA1.dll
-> ----,,,,,--------
All API-DLL files should be located in the same directory where the
FP-CC-commandline.exe
is
located. To start the command line interpreter, the
FP-CC-commandline.exe
should be executed.
Command Syntax:
instruction_name ( parameter1, parameter2, .... )
parameter:
1. string ( file name etc. ) - "filename"
2. numbers
integer decimal
eg.
24
or
integer hex
eg.
0x18
Note:
Spaces are ignored
Instructions are not case sensitive
F_OpenInstancesAndFPAs( "*# *" )
and
f_openinstancesandfpas( "*# *" )
are the same.
Example-1:
Summary of Contents for FlashPro-CC
Page 10: ...10...