
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there an alternative (command) to get the outputs of the commands executed in the core console ??
The core console has its own interface to show the results of the commands but, what I'm looking for is an alternative to be able to store the result of a command somewhere accessible externally to the core console, for example in the command line of windows. or in a text file readable by another interface in another language.
As an example: I have an application for windows that executes the core console as a standard process, the process executes the core console on any dwg file and applies a scr file that contains lisp commands to read the InsUnits configuration of the file (units) , the result of the command lisp is presented in the console of the core console but what I really need is that this value is available once the execution of the core console is finished to be able to read it from the main application.
This process in simple with command line commands of windows and it is possible to configure the commands with an output code, which can be read by the processes of other programs.
I would like to be able to execute the core console, execute a command that offers me as a result the units in which the dwg file is configured and, if possible, store this value in a file or some where that can be read by another program.
Any ideas!!!!
Thanks!!
Solved! Go to Solution.