Author Topic: Pre-load dsd file into publish dialog???  (Read 1827 times)

0 Members and 1 Guest are viewing this topic.

mkweaver

  • Bull Frog
  • Posts: 352
Pre-load dsd file into publish dialog???
« on: September 10, 2007, 10:30:19 AM »
Is there a way to load a DSD file into the publish dialog without the user having to select the dsd file?  I have several dsd files and would like my routine to select the appropriate dsd and load it for the user, then let the user run the publish dialog from that point.

Thanks in advance,
Mike Weaver

Guest

  • Guest
Re: Pre-load dsd file into publish dialog???
« Reply #1 on: September 10, 2007, 12:11:22 PM »
(command "filedia" 0)
(command "-publish" <Your File Name Here>....
(command "filedia" 1)

mkweaver

  • Bull Frog
  • Posts: 352
Re: Pre-load dsd file into publish dialog???
« Reply #2 on: September 10, 2007, 12:27:11 PM »
(command "filedia" 0)
(command "-publish" <Your File Name Here>....
(command "filedia" 1)

Thanks for the response, Matt, but that isn't doing what I need.

I have a dsd file that includes dwg files that are missing. I want to open the publish dialog with the dsd file already loaded so the operator can see which files are missing.

Thanks