7. Embedded QUEL for Pascal : Precompiling, Compiling, and Linking an EQUEL Program : Generating an Executable Program : Eqp Command Examples
 
Share this page                  
Eqp Command Examples
The following are examples of eqp commands:
eqp file1
Preprocesses "file1.qp" to "file1.pas"
eqp -l file2.xp
Preprocesses "file2.xp" to "file2.pas" and creates listing "file2.lis"
eqp -s
Accepts input from standard input and writes generated code to standard output
eqp -ffile4.out file4
Preprocesses "file4.qp" to "file4.out"
eqp
Displays a list of flags available for this command