Small Command line scripter (like Autocad commands) one line editor

Posted by Objectsberg on Stack Overflow See other posts from Stack Overflow or by Objectsberg
Published on 2010-03-24T16:36:19Z Indexed on 2010/03/24 19:43 UTC
Read the original article Hit count: 246

Filed under:
|

Basically I don't know from where to start, I need to add a line script for my application that is not so complicated, just to execute pre-defined commands, for instance:

command> New Invoice --> create new invoice

command> customer profile --> open customer form where cust id = CustID

command> run End-Of-Day - run the end of day process

command> scr 1020 --> open form id = 1020

How can I start? I have no problem of recommending any third party components (parsers,evaluators,etc..).

whats missing is the basic structure no details, just a theory for implementation.

Thanks, Objectberg

© Stack Overflow or respective owner

Related posts about delphi

Related posts about delphi-2010