Batch Attach

Batch Attach

Anonymous
Not applicable
666 Views
5 Replies
Message 1 of 6

Batch Attach

Anonymous
Not applicable

Using a script is that possiable to attach several files at the same time or as a list like row 3?

I want to keep it simple using script :

 

_.XREF

ATTACH

(list of files) or file1, file2, file3....

0,0

_QSAVE

0 Likes
Accepted solutions (1)
667 Views
5 Replies
Replies (5)
Message 2 of 6

ВeekeeCZ
Consultant
Consultant

@Anonymous wrote:

Using a script is that possiable to attach several files at the same time or as a list like row 3?

I want to keep it simple using script :

 

_.XREF

ATTACH

(list of files) or file1, file2, file3....

0,0

_QSAVE


 

No. One after another. (just as an example, check prompts in command-line)

 

-ATTACH

file1

s

1

r

0

non  (osnaps turn off ...)

0,0

-ATTACH

file2

s

1

r

0

non  (osnaps turn off ...)

0,0

0 Likes
Message 3 of 6

Anonymous
Not applicable

Should be something like:

(FOR) start to finish (Do)

-XREF

ATTACH

Where start to finish is a list of files to attach!

0 Likes
Message 4 of 6

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

From your first post:

>> I want to keep it simple using script :

Now

>> Should be something like:

>> (FOR) start to finish (Do)

Sorry, SCRIPT does not have a for-next or do-while functionality.

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 5 of 6

Tomislav.Golubovic
Advisor
Advisor
Accepted solution

I have written a VBA Script to process .SCR files on a directory. Its at https://technexus.com.au/index.php/downloads/

 

If you want to see the video of how I made it, its on my YouTube Channel linked below

 

0 Likes
Message 6 of 6

Anonymous
Not applicable

Thanks!

I will try it!

0 Likes