Jump to content

Publish file thats moved location


DB007

Recommended Posts

Probably a simple one, but I can't seem to find an answer anywhere...

 

 

I have a load of .dsd publish lists but the original files have been moved to an archive folder. Is it possible to update the publish list without having to re-insert each layout again? i.e. something like update one file location and providing all of the files are in the same location they all update?

 

 

Thanks

Link to comment
Share on other sites

I tried opening the dsd and others jump in, but it appears to be a text file so get the lisp out read line by line, and change the line and write to a new file. Just run a script over any that need changing.

 

(load "dsd")
(dsd "C:\acad\job1\dwgset1.dsd" "c:\acad\job1\dwgset1-1.dsd")
(dsd "C:\acad\job1\dwgset2.dsd" "c:\acad\job1\dwgset2-1.dsd")
(dsd "C:\acad\job1\dwgset3.dsd" "c:\acad\job1\dwgset3-1.dsd")

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...