6. Embedded QUEL for BASIC : Precompiling, Compiling, and Linking an EQUEL Program : Generating an Executable Program : Eqb Command Examples
 
Share this page                  
Eqb Command Examples
The following are examples of eqb commands.
eqb file1
Preprocesses "file1.qb" to "file1.bas"
eqb -l file2.xb
Preprocesses "file2.xb" to "file2.bas" and creates listing "file2.lis"
eqb -s
Accepts input from standard input and writes generated code to standard output
eqb -ffile3.out file3
Preprocesses "file3.qb" to "file3.out"
eqb
Displays a list of flags available for this command.