Message 1 of 4
IMAGEATTACH use in script files (Suppress Dialog box showing)

Not applicable
05-24-2017
05:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am using a script file to attach many images into multiple AutoCAD drawings. Each line in the script file looks like this:
_imageattach "C:\Images\test.jpg" 5.0,-2.xxx-xxxxxxxx 5.0
where the 5.0,-2.xxx-xxxxxxxx is the bottom left coordinate and the 5.0 is the scaling.
Although this works fine, a dialog box pops up for every image. For each dialog box I have to click 'ok' before the image attaches. Is there any way to avoid the dialog box popping up?
Thanks
Tom