Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Community,
I want to do initialization at startup only if AutoCAD
is started with GUI, not for accoreconsole.
For example, in pseudo code,
(if (not ACCORECONSOLE) (command "FileDia" "1"))
Is there any way to do this?
Solved! Go to Solution.