Copying Files at Startup

Copying Files at Startup

Anonymous
Not applicable
239 Views
1 Reply
Message 1 of 2

Copying Files at Startup

Anonymous
Not applicable
I have files that I want to load at startup. These are VBA, LSP & Tool Palette files that can't be copied once AutoCAD has started to load. So I want do several things in this order:

1. Check to see if the file needs to be copied. Look for a version number or something.
2. Copy files if they need to be copied and don't copy if they don't.
3. Load AutoCAD using the new copied files.

Does anyone know of a way of doing this?

David
0 Likes
240 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
We use a *.bat to open autocad. Not "hidden" or as clean as just opening autocad. We check dates and file size to determine if they need to copy over existing files. All bat command line stuff.
0 Likes