|
![]() |
||||||||||||||
Command Line Interpreter TutorialCommand Line InterpreterCommand line interpreter clWafl is initially intended to be used as a testing tool for Wafl library development. However, its applicability extends far beyond. It has been applied in database scripting, data importing and bulk processing, HTML tutorial building, and many other domains. Command line interpreter usage syntax is: clWafl [<options>] <program> where <program> may be: <program file name> [<arguments>] or -code <source code> [-args <arguments>] and <options> is blank separated list including following options: -libdir:<lib directory> -env:<environment parameter> -args <arguments> -dbdriver:<database driver> -db:<database alias> -user:<database connection user name> -pwd:<database connection password> -memory -timer -repeat:<n> -listlib -msgs -source -wait Basic options include:
Options dbdriver, db, user and pwd determine database access:
Options repeat, memory and timer are usable in benchmarking and testing:
Options listlib and msgs are usable in debugging:
Options wait and source are usable in bulk evaluations:
|
|
||||||||||||||
© 2006 Saša Malkov | |||||||||||||||