<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: where is the command ZC defined? in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14125276#M171065</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/17287095"&gt;@lleahyT4TGR&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran into the same situation for ACADE where my function worked fine when loaded separately into drawing but when I define the same function in the "&lt;STRONG&gt;acaddoc.lsp&lt;/STRONG&gt;" it's overwritten by other loading programs and i had to load it again to run, for the workaround i defined the function in a separate lisp file and then loaded it from acaddoc.lsp, which ran perfectly for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Related to&amp;nbsp;&lt;STRONG&gt;S::STARTUP&amp;nbsp;&lt;/STRONG&gt;the documentation is&amp;nbsp;&lt;A href="https://help.autodesk.com/view/ACD/2026/ENU/?guid=GUID-FDB4038D-1620-4A56-8824-D37729D42520" target="_blank" rel="noopener"&gt;&amp;gt;here&amp;lt;&lt;/A&gt;&amp;nbsp;for &lt;STRONG&gt;Acad2026,&amp;nbsp;&lt;/STRONG&gt;have'nt moved to 2027 yet&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 May 2026 17:38:06 GMT</pubDate>
    <dc:creator>SAHMADDLPMY</dc:creator>
    <dc:date>2026-05-11T17:38:06Z</dc:date>
    <item>
      <title>where is the command ZC defined?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14101724#M170875</link>
      <description>&lt;P&gt;where is the command ZC defined? It does zoom center but i can't find it in the PGP, or CUI. I have a new shortcut that does not get defined on load, but if i reload the lisp after the drawing has been loaded. new definition works.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2026 18:47:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14101724#M170875</guid>
      <dc:creator>lleahyT4TGR</dc:creator>
      <dc:date>2026-04-22T18:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: where is the command ZC defined?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14101756#M170876</link>
      <description>&lt;P&gt;T4TGR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Type at the command line:&amp;nbsp; APPLOAD&amp;nbsp; Then CONTENTS (right side 3/4 down)&amp;nbsp; (see attached image)&lt;/P&gt;&lt;P&gt;See if there are any startup settings that might be there at Start Up.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, JRR!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APPLOAD SETTINGS.jpg" style="width: 988px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1635224i27AF977BAD207717/image-size/large?v=v2&amp;amp;px=999" role="button" title="APPLOAD SETTINGS.jpg" alt="APPLOAD SETTINGS.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2026 19:14:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14101756#M170876</guid>
      <dc:creator>jreidKVSUZ</dc:creator>
      <dc:date>2026-04-22T19:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: where is the command ZC defined?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14101846#M170879</link>
      <description>&lt;P&gt;Put its definition [or, if it has its own file defining it, the&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt; (load)&lt;/STRONG&gt;&lt;/FONT&gt;ing of that file] into &lt;STRONG&gt;acaddoc.lsp&lt;/STRONG&gt;, and it will be loaded into every drawing you open or start.&amp;nbsp; I prefer that to the Startup Suite, for reasons that you can find discussed &lt;EM&gt;ad nauseam&lt;/EM&gt; with some Searching.&amp;nbsp; Read about available approaches to automatic loading&amp;nbsp;&lt;A href="https://help.autodesk.com/view/ACD/2026/ENU/?guid=GUID-FDB4038D-1620-4A56-8824-D37729D42520" target="_blank" rel="noopener"&gt;&amp;gt;here&amp;lt;&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;[But this is one where the shortcut of defining such a command is not very much shortened.&amp;nbsp; If you don't mind one little extra keystroke, you can do without the ZC command and whether it is loading or gets overwritten -- just type Z &lt;EM&gt;and the spacebar&lt;/EM&gt; and then C.]&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2026 17:13:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14101846#M170879</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2026-04-24T17:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: where is the command ZC defined?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14101917#M170881</link>
      <description>&lt;P&gt;If you have a preexisting ZC command that you are trying to redefine.&amp;nbsp; ZC is not a core command. Which means it is being loaded from somewhere.&amp;nbsp; If you have a ZC function that you have loading in your startup, but it doesnt work, unless you manually load it, it could be any number of reasons it isnt loading, or it could be being overwritten by the ZC.&amp;nbsp; I would suggest changing your call.&amp;nbsp; If it works, then it is being loaded, but overwritten.&amp;nbsp; If it doenst work, it isnt being loaded at all.&amp;nbsp; The whole point is, if it isnt working, tracking down why it isnt loading will be a lot more involved than fixing how it is being overwritten.&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2026 10:26:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14101917#M170881</guid>
      <dc:creator>chriscowgill7373</dc:creator>
      <dc:date>2026-05-09T10:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: where is the command ZC defined?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14122951#M171030</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;c3d.mnl file is a special AutoLISP file loaded automatically with Civil 3D, primarily defining specialized shortcuts and aliases rather than a standard list of commands. Key shortcuts often defined within it include ZC&amp;nbsp;(Zoom Center),&amp;nbsp;ZE (Zoom Extents) and ZA (Zoom All).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm guessing you're using Civil 3D or have had that lisp added.&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2026 05:15:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14122951#M171030</guid>
      <dc:creator>beaufordt</dc:creator>
      <dc:date>2026-05-09T05:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: where is the command ZC defined?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14124555#M171049</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/17287095" target="_blank" rel="noopener"&gt;lleahyT4TGR&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There is no built in ZC command in AutoCAD as mentioned by&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;&lt;SPAN class=""&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/475424" target="_blank" rel="noopener"&gt;chriscowgill7373&lt;/A&gt;.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;You'll be required to create your own custom commands with "&lt;STRONG&gt;acaddoc.lsp&lt;/STRONG&gt;" method as mentioned by&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526" target="_blank" rel="noopener"&gt;Kent1Cooper.&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Here are the steps to follow;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Step-1&lt;/STRONG&gt; Create a file in notepad or notepad++&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Step-2&lt;/STRONG&gt; Put your custom command code in the file as follow for Zoom Extent and Zoom Center ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-90px"&gt;&lt;SPAN class=""&gt;;;Command Shortcuts&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-90px"&gt;&lt;SPAN class=""&gt;;;Zoom Command&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-90px"&gt;&lt;SPAN class=""&gt;;;Zoom Extent&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-90px"&gt;&lt;SPAN class=""&gt;(defun c:ZE () (command "_.zoom" "_e") (princ))&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-90px"&gt;&lt;SPAN class=""&gt;;; Zoom Centre&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-90px"&gt;&lt;SPAN class=""&gt;(defun c:ZC&lt;/SPAN&gt;&lt;SPAN class=""&gt; () (command "_.zoom" "_c") (princ))&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;Step-3&lt;/STRONG&gt; Save the file as "acaddoc.lsp" to your AutoCAD Support Paths.&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;You can either put the file in below support paths or add in the startup suite or you can define your &lt;A href="https://www.autodesk.com/blogs/autocad/wp-content/uploads/sites/35/2017/07/Step-By-Step-adding-folder-custom-files-file-search-path.pdf" target="_blank" rel="noopener"&gt;custom support path&lt;/A&gt;.&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;&lt;STRONG&gt;&amp;nbsp;Default Path&lt;/STRONG&gt; is :&amp;nbsp;C:\Program Files\Autodesk\AutoCAD 20xx\Support&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;&lt;STRONG&gt;&amp;nbsp;User Profile Path:&lt;/STRONG&gt; C:\Users\&amp;lt;loginname&amp;gt;\AppData\Roaming\Autodesk\AutoCAD 20xx\Rxx.x\enu\Support&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;Step-4&lt;/STRONG&gt; Now you can run your own custom commands.&lt;/P&gt;&lt;P&gt;Hope this helps &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 09:08:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14124555#M171049</guid>
      <dc:creator>SAHMADDLPMY</dc:creator>
      <dc:date>2026-05-11T09:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: where is the command ZC defined?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14124770#M171056</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6447502"&gt;@SAHMADDLPMY&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;P class="lia-indent-padding-left-90px"&gt;&lt;SPAN class=""&gt;;;Zoom Extent&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-90px"&gt;&lt;SPAN class=""&gt;(defun c:ZE () (command "_.zoom" "_e") (princ))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-90px"&gt;....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;A little suggestion....&lt;/P&gt;
&lt;P&gt;This is what I use, because &lt;EM&gt;it can be transparent while in another command&lt;/EM&gt;, which ZOOM Extents cannot be because it REGENerates the drawing.&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;(defun C:ZE (); Zoom Extents
  (if (&amp;gt; (getvar 'cmdactive) 0)
    (command "_.'zoom" (getvar 'extmin) (getvar 'extmax)); Zoom E Regens - can't be transparent
    (command "_.zoom" "_extents"); else [to reset EXTMIN/EXTMAX if appropriate]
  ); if
  (prin1)
)&lt;/LI-CODE&gt;
&lt;P&gt;To use while in another command, type it in with the transparent-use &lt;FONT color="#FF00FF"&gt;asterisk&lt;/FONT&gt; prefix: &lt;FONT face="courier new,courier" size="4"&gt;&lt;STRONG&gt;&lt;FONT color="#FF00FF"&gt;'&lt;/FONT&gt;ZE&lt;/STRONG&gt;&lt;/FONT&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 14:33:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14124770#M171056</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2026-05-11T14:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: where is the command ZC defined?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14125066#M171061</link>
      <description>&lt;P&gt;I think i need to clarify the post. When i open civil3d, there is a command defined for ZC that is a zoom center command. There is nothing in the appload, nothing in the acaddoc.lsp or anything being loaded. I am trying to hunt down the defining of this because i want to have a new defined command for ZC. I have the new command defined in the acaddoc.lsp and somewhere it goes overwritten when acad loads. But if i reload the acaddoc.lsp after autocad opens it does defined the new ZC command. I am curious what is defining it after loading the acaddoc.lsp loads and before beginning of the session?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 15:11:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14125066#M171061</guid>
      <dc:creator>lleahyT4TGR</dc:creator>
      <dc:date>2026-05-11T15:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: where is the command ZC defined?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14125107#M171062</link>
      <description>&lt;P&gt;I'd search all files located in the support path for any file containing "zoom", or "ZC".&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 15:36:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14125107#M171062</guid>
      <dc:creator>DGCSCAD</dc:creator>
      <dc:date>2026-05-11T15:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: where is the command ZC defined?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14125187#M171063</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/17287095"&gt;@lleahyT4TGR&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;.... I am curious what is defining it after loading the acaddoc.lsp loads and before beginning of the session?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Look into the&lt;FONT face="courier new,courier" size="4"&gt;&lt;STRONG&gt; S::STARTUP&lt;/STRONG&gt; &lt;/FONT&gt;function, which can run things &lt;STRONG&gt;&lt;EM&gt;after the drawing is fully initialized&lt;/EM&gt;&lt;/STRONG&gt;, which is not true of acaddoc.lsp.&amp;nbsp; Maybe the specialty Civil3D version is happening after acaddoc.lsp has run, in which case [I hope] the&lt;FONT face="courier new,courier"&gt; &lt;STRONG&gt;S::STARTUP&lt;/STRONG&gt; &lt;/FONT&gt;thing could then override that.&amp;nbsp; &lt;STRIKE&gt;&lt;FONT color="#999999"&gt;I can't seem to find documentation for it in Acad2026 or 2027 Help, but &lt;A href="http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%202010%20User%20Documentation/index.html?url=WS73099cc142f4875513fb5cd10c4aa30d6b-7f62.htm,topicNumber=d0e399760&amp;amp;_gl=1*vdazi7*_gcl_au*OTM0NzcxMjQ3LjE3NzQyNzY0MDI.*_ga*MTczMTY0MDk4MC4xNjkyMTAwOTY4*_ga_NZSJ72N6RX*czE3Nzg1MDA2OTUkbzE2MDgkZzEkdDE3Nzg1MTU4MzIkajYwJGwwJGgw&amp;amp;_ga=2.244145925.1436136903.1778500696-1731640980.1692100968" target="_blank" rel="noopener"&gt;&amp;gt;here&amp;lt;&lt;/A&gt; it is in an older version.&amp;nbsp; [I hope that doesn't mean it no longer exists in newer versions.]&lt;/FONT&gt;&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;EDIT:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Found it in 2026 Help [before I saw &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6447502"&gt;@SAHMADDLPMY&lt;/a&gt;'s link], &lt;A href="https://help.autodesk.com/view/ACD/2026/ENU/?guid=GUID-FDB4038D-1620-4A56-8824-D37729D42520" target="_blank" rel="noopener"&gt;&amp;gt;here&amp;lt;&lt;/A&gt;.&amp;nbsp; It's the same &lt;A href="https://help.autodesk.com/view/ACD/2027/ENU/?guid=GUID-FDB4038D-1620-4A56-8824-D37729D42520" target="_blank" rel="noopener"&gt;in 2027&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 17:52:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14125187#M171063</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2026-05-11T17:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: where is the command ZC defined?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14125269#M171064</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;When a CUI file loads it automatically load the menu lisp (*.mnl) file of the same name in the same support folder. Since the name is the same with a different extension sorted by name they should be right next to each other unless *.mnl files are hidden in File Explorer.&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/civil-3d-forum/c3d-mnl-and-civil-mnl-undocumented-command-shortcuts-mystery/td-p/14034523" target="_blank" rel="noopener"&gt;c3d.mnl and civil.mnl undocumented command shortcuts&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This topic is mostly to document that apparently the factory versions of c3d.mnl and civil.mnl contain apparently undocumented definitions of the following shortcuts:&lt;/P&gt;&lt;P&gt;c:za&lt;BR /&gt;c:zc&lt;BR /&gt;c:zd&lt;BR /&gt;c:ze&lt;BR /&gt;c:zf&lt;BR /&gt;c:zi&lt;BR /&gt;c:zl&lt;BR /&gt;c:zm&lt;BR /&gt;c:zo&lt;BR /&gt;c:zp&lt;BR /&gt;c:zw&lt;BR /&gt;c:lll&lt;BR /&gt;c:xclipframetoggle&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 17:23:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14125269#M171064</guid>
      <dc:creator>beaufordt</dc:creator>
      <dc:date>2026-05-11T17:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: where is the command ZC defined?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14125276#M171065</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/17287095"&gt;@lleahyT4TGR&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran into the same situation for ACADE where my function worked fine when loaded separately into drawing but when I define the same function in the "&lt;STRONG&gt;acaddoc.lsp&lt;/STRONG&gt;" it's overwritten by other loading programs and i had to load it again to run, for the workaround i defined the function in a separate lisp file and then loaded it from acaddoc.lsp, which ran perfectly for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Related to&amp;nbsp;&lt;STRONG&gt;S::STARTUP&amp;nbsp;&lt;/STRONG&gt;the documentation is&amp;nbsp;&lt;A href="https://help.autodesk.com/view/ACD/2026/ENU/?guid=GUID-FDB4038D-1620-4A56-8824-D37729D42520" target="_blank" rel="noopener"&gt;&amp;gt;here&amp;lt;&lt;/A&gt;&amp;nbsp;for &lt;STRONG&gt;Acad2026,&amp;nbsp;&lt;/STRONG&gt;have'nt moved to 2027 yet&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 17:38:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14125276#M171065</guid>
      <dc:creator>SAHMADDLPMY</dc:creator>
      <dc:date>2026-05-11T17:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: where is the command ZC defined?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14125690#M171067</link>
      <description>&lt;P&gt;You could go for a custom lisp for zoom Center, say type Z100, Z55, z plus basically any number. and it will ask for a point, it looks at the Z for zoom and the number for the scale breaking apart what you have typed. If you have a look at the attached code you could add the Zoom C function. Yes you would need to preload the lisp so it is ready for use.&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2026 00:05:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14125690#M171067</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2026-05-12T00:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: where is the command ZC defined?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14125748#M171069</link>
      <description>&lt;P&gt;&lt;A href="https://www.cadnauseam.com/2008/09/01/what-is-loaded-at-autocad-startup-and-when/" target="_blank"&gt;https://www.cadnauseam.com/2008/09/01/what-is-loaded-at-autocad-startup-and-when/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;check this out for the order things load.&amp;nbsp; As you have provided, you are using Civil 3D, and the ZC is probably defined in the mnl file.&lt;/P&gt;
&lt;P&gt;acaddoc.lsp is loaded before the mnl file, so that would explain that, however, as pointed out above if you define a s::Startup function it should be the very last thing loaded.&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2026 01:37:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/where-is-the-command-zc-defined/m-p/14125748#M171069</guid>
      <dc:creator>chriscowgill7373</dc:creator>
      <dc:date>2026-05-12T01:37:08Z</dc:date>
    </item>
  </channel>
</rss>

