SHELL command output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When I run SHELL command, output from the command is not shown.
For example, if I type "shell echo hello world", it goes like this.
Command: SHELL
OS Command: echo hello world
Here, the string "hello world" was discarded.
Also if I type "shell nosuchcommand", it gies like this.
Command: SHELL
OS Command: nosuchcommand
Here, the error message was not printed.
Is there any way to see those messages?
[additional info]
It is hard to debug a command script file because
AutoCAD throws away error messages.
I am hoping AutoCAD is saving those messages somewhere.
[in summary]
When "SHELL nusuchcommand" is executed,
Windows prints error message saying "No such command."
But the error message is swallowed by AutoCAD,
and there is no way to know the command was bad.
I am wishing there is a way to see the error
when the script (.scr file) runs.