Small Command line scripter (like Autocad commands) one line editor
- by Objectsberg
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