Author Topic: System variable for publishing  (Read 1363 times)

0 Members and 1 Guest are viewing this topic.

HasanCAD

  • Swamp Rat
  • Posts: 1422
System variable for publishing
« on: November 25, 2013, 04:11:55 AM »
Hi All

I am coding a lisp to arrange the standard. I am searching for system variables related to publishing

What I collected
AUTODWFPUBLISH
AUTOMATICPUB
PUBLISHHATCH
PUBLISHCOLLATE
PUBLISHALLSHEETS

Is there any other SV related to publishing?

irneb

  • Water Moccasin
  • Posts: 1794
  • ACad R9-2016, Revit Arch 6-2016
Re: System variable for publishing
« Reply #1 on: November 27, 2013, 01:00:09 AM »
I think there might be others in registry (i.e. Environment Variables). E.g.:
HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R19.1\ACAD-D001:409\Profiles\<<Unnamed Profile>>\Dialogs\AcPublishDlg\DefaultDwfFormat
Note this is under the profile, so you might just want to export/import a profile to have it match across different PC's / users.


Another thing is ETransmit Setups. Those are saved under sub-folders of:
HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R19.1\ACAD-D001:409\ETransmit\setups


Note these registry paths are for 2014 Vanilla, might be slightly different for other versions / verticals.
Common sense - the curse in disguise. Because if you have it, you have to live with those that don't.