{"id":7051,"date":"2017-07-19T07:00:14","date_gmt":"2017-07-19T14:00:14","guid":{"rendered":"https:\/\/www.autodesk.com/blogs\/autocad\/?p=7051"},"modified":"2020-04-07T14:52:17","modified_gmt":"2020-04-07T21:52:17","slug":"basic-autocad-customization-sharing-custom-autocad-files-part-2","status":"publish","type":"post","link":"https:\/\/www.autodesk.com/blogs\/autocad\/basic-autocad-customization-sharing-custom-autocad-files-part-2\/","title":{"rendered":"Basic AutoCAD Customization: Sharing Custom Files, Part 2"},"content":{"rendered":"<h2 id=\"where-should-custom-files-be-stored\">Where Should Custom Files Be Stored?<\/h2>\n<p>As I <a href=\"https:\/\/www.autodesk.com/blogs\/autocad\/basic-autocad-customization-sharing-custom-files-part-1\" target=\"_blank\" rel=\"noopener noreferrer\">previously mentioned<\/a>, custom files are stored by default locally on your workstation, but that doesn\u2019t work well when trying to share files with others whether they are located in a centralized office or across different geographic locations.<!--more--> No matter if you decide to share your custom files or not, I recommend making a copy and placing any custom files that you plan on editing in a folder outside of the folders created during the installation of the AutoCAD product. By placing the custom files with changes into a different folder, it not only makes the files easier to share with others, but it also simplifies the upgrade to a new release or re-installation of your current release.<\/p>\n<p><strong>Tip:<\/strong> Always backup your custom files prior to making changes to them. You never know when something might go wrong and have to go back to an earlier version of a file.<\/p>\n<p>So where might be the best place to store your custom files when you want to share them with others? If you plan on sharing custom files with those in the same office, the best place to store custom files is on a network drive. However, when working with others that are not in the same office, it can be a bit harder to use a network drive that everyone can access unless you provided access using a virtual private network (VPN). When everyone is not in the same geographic location or even an employee of your company, you might want to consider using a file sharing site such as Box or Dropbox which can automatically synchronize files between a local drive and the file sharing site. Using a file sharing site can help to reduce network traffic and lag when working with large files, compared to connecting to a network drive using VPN.<\/p>\n<p>As an alternative to using a network drive, you can use batch files or group policies to push updated custom files to internal users. These two processes might be possibilities if your company has an IS department or team that is responsible for things like Windows accounts or programming business logic.<\/p>\n<p><strong>Warning:<\/strong> When sharing custom files from a network drive or a file sharing site, make sure to mark the files and\/or folders as read-only to ensure files are not accidentally changed. If the files are accidentally changed, the changes will affect all users that have access to the custom files from that location.<\/p>\n<p>Whether you share custom files on a network drive or file sharing site, you can use a similar folder structure to organize the files. Figure 1 shows an example of a folder structure that could be used to organize custom files.<\/p>\n<h5 style=\"text-align: center\" style=\"text-align: center\" id=\"figure-1-sample-folder-structure\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-7052\" src=\"https:\/\/www.autodesk.com/blogs\/autocad\/wp-content\/uploads\/sites\/35\/2020\/04\/Article-3_3_itz1lo.png\" alt=\"Sharing Custom AutoCAD Files\" width=\"771\" height=\"203\" srcset=\"https:\/\/www.autodesk.com/blogs\/autocad\/wp-content\/uploads\/sites\/35\/2020\/04\/Article-3_3_itz1lo.png 771w, https:\/\/www.autodesk.com/blogs\/autocad\/wp-content\/uploads\/sites\/35\/2020\/04\/Article-3_3_itz1lo-300x79.png 300w, https:\/\/www.autodesk.com/blogs\/autocad\/wp-content\/uploads\/sites\/35\/2020\/04\/Article-3_3_itz1lo-768x202.png 768w\" sizes=\"auto, (max-width: 771px) 100vw, 771px\" \/><em>Figure 1. Sample folder structure<\/em><\/h5>\n<p><strong>Note:<\/strong> While storing custom files on a network drive or file sharing site makes sharing and updating files easier when changes might be needed, some types of custom files such as ObjectARX or Managed .NET application files can\u2019t be modified while they are loaded into the AutoCAD environment. All instances of the AutoCAD program in which the custom files might be loaded must be closed before the files in the shared locations can be updated. Based on the types of custom files you plan on sharing, you might need to do some extra planning; you might need to update files early in the morning before everyone comes into the office, late in the evening after everyone logs out for the day, or on a weekend.<\/p>\n<h2 id=\"which-custom-files-should-you-consider-sharing\">Which Custom Files Should You Consider Sharing?<\/h2>\n<p>There are no restrictions to which types of custom files can be shared with others; any file that can be customized or loaded into the AutoCAD environment can be shared. These are some of the more common types of custom files that can are shared with others:<\/p>\n<ul>\n<li><strong>Program Parameter (PGP) files<\/strong> \u2013 Contain standard and user-defined command aliases<\/li>\n<li><strong>Customization (CUIx) files<\/strong> \u2013 Contain standard and user-defined elements that make up many of the common user interfaces in the AutoCAD application window<\/li>\n<li><strong>Linetype (LIN) and Hatch Pattern (PAT) files<\/strong> \u2013 Contain standard and user-defined linetypes and hatch patterns that are used to control the display of linework and hatches<\/li>\n<li><strong>Drawing Templates (DWT) files<\/strong> \u2013 Used as the basis for new drawings; contains the styles and geometry that you want to use in new drawing files<\/li>\n<li><strong>Drawing (DWG) files<\/strong> \u2013 Contain reusable styles and blocks that can be imported or inserted into a working design or model<\/li>\n<li><strong>Plot Style (CTB\/STB) files <\/strong>\u2013 Contains the settings used to style linework in a drawing for output<\/li>\n<li><strong>Plotter Configuration (PC3) files <\/strong>\u2013 Contains the settings used to output a layout to a hard copy or electronic file<\/li>\n<li><strong>AutoLISP Source (LSP) files <\/strong>\u2013 Used to store and load custom programs developed with the AutoLISP programming language<\/li>\n<\/ul>\n<h2 id=\"managing-access-to-custom-files-and-settings-with-user-profiles\">Managing Access to Custom Files and Settings with User Profiles<\/h2>\n<p>Once the custom files to share with others have been identified and placed on a network drive or file sharing site, the next step is to let the AutoCAD program know where to locate the custom files. The locations in which the AutoCAD program looks for custom files is defined as part of the current AutoCAD user profile. By default, there is a single user profile named \u201c&lt;&lt;Unnamed Profile&gt;&gt;\u201d that controls many of the settings used to define the AutoCAD environment. You can choose to use the default user profile or create a new user profile; it is recommended to create a new user profile.<\/p>\n<p>These are the main reasons why you might want to create a new user profile:<\/p>\n<ul>\n<li>Keep the default profile unchanged and allow you to revert back to the initial install state of the product<\/li>\n<li>Organize AutoCAD settings and custom file locations within your company by discipline (Civil, AEC, Mechanical,\u2026) or client\/project<\/li>\n<\/ul>\n<p>Changes to an AutoCAD user profile can be made with the Options dialog box (OPTIONS command) and system\/environment variables at the Command prompt or with custom programs. The Options dialog box is the most common way to modify and manage user profiles. While a user profile contains settings that affect a wide range of color and tool preferences, this article only focuses on the settings used by the AutoCAD program to locate custom files.<\/p>\n<h3 id=\"click-here-for-step-by-step-instructions-on-creating-a-new-user-profile-named-my-profile-and-setting-it-current\"><a href=\"https:\/\/www.autodesk.com/blogs\/autocad\/wp-content\/uploads\/sites\/35\/2017\/07\/Step-By-Step-creating-new-profile-current.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Click here<\/a> for step-by-step instructions on creating a new user profile named \u201cMy Profile\u201d and setting it current.<\/h3>\n<h3 id=\"click-here-for-step-by-step-instructions-on-adding-a-folder-that-contains-custom-files-to-the-autocad-support-file-search-path\"><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 noreferrer\">Click here<\/a> for step-by-step instructions on adding a folder that contains custom files to the AutoCAD Support File Search Path.<\/h3>\n<p>Once a user profile has been configured with the file locations of your custom files and other settings, it can be shared with others. User profiles are shared by exporting them from one installation of the AutoCAD program and importing them into another installation of the AutoCAD program. The Profiles tab of the Options dialog box provides the necessary tools to export and import user profiles.<\/p>\n<h3 id=\"click-here-for-step-by-step-instructions-on-importing-and-or-exporting-user-profiles\"><a href=\"https:\/\/www.autodesk.com/blogs\/autocad\/wp-content\/uploads\/sites\/35\/2017\/07\/Step-By-Step-import-export-user-profile.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Click here<\/a> for step-by-step instructions on importing and\/or exporting user profiles.<\/h3>\n<h2 id=\"the-benefits\">The Benefits<\/h2>\n<p>Customizing the AutoCAD environment allows you to create new workflows and increase your productivity, but any changes that you make are only available locally on your workstation by default. Sharing any custom files that you create or modify with others can lead to office-wide productivity increases which have the potential to gaining a competitive advantage over your competition.<\/p>\n<p>In this article, I discussed the basics of sharing custom files with others. When sharing custom files, make sure you place the files in a common location where everyone can access and utilize user profiles to ensure each installation of the AutoCAD program is configured with the same file paths to ensure the custom files can be located.<\/p>\n<p><em>Check out the entire\u00a0<\/em><a href=\"https:\/\/www.autodesk.com/blogs\/autocad\/tag\/basic-autocad-customization\/\" target=\"_blank\" rel=\"noopener noreferrer\"><em>basic\u00a0AutoCAD customization<\/em><\/a><em>\u00a0series. For more from Lee,\u00a0<\/em><a href=\"https:\/\/twitter.com\/leeambrosius\" target=\"_blank\" rel=\"noopener noreferrer\"><em>follow him on Twitter<\/em><\/a><em>.<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Where Should Custom Files Be Stored? As I previously mentioned, custom files are stored by default locally on your workstation, but that doesn\u2019t work well when trying to share files with others whether they are located in a centralized office or across different geographic locations.<\/p>\n","protected":false},"author":83,"featured_media":6876,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[893],"tags":[621,11,850,362,454],"class_list":["post-7051","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-learning","tag-akn_include","tag-autocad","tag-basic-autocad-customization","tag-customization","tag-sharing","dhig-theme--light"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Basic AutoCAD Customization: Sharing Custom Files, Part 2 | AutoCAD Blog | Autodesk<\/title>\n<meta name=\"description\" content=\"Sharing custom AutoCAD files? Find out where they should be stored and other best practices in this entry of our series on Basic AutoCAD Customization.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.autodesk.com/blogs\/autocad\/basic-autocad-customization-sharing-custom-autocad-files-part-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Basic AutoCAD Customization: Sharing Custom Files, Part 2\" \/>\n<meta property=\"og:description\" content=\"Sharing custom AutoCAD files? Find out where they should be stored and other best practices in this entry of our series on Basic AutoCAD Customization.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.autodesk.com/blogs\/autocad\/basic-autocad-customization-sharing-custom-autocad-files-part-2\/\" \/>\n<meta property=\"og:site_name\" content=\"AutoCAD Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/autocad\" \/>\n<meta property=\"article:published_time\" content=\"2017-07-19T14:00:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-04-07T21:52:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/blogs.autodesk.com\/autocad\/wp-content\/uploads\/sites\/35\/2020\/04\/Artboard-CUSTOM_czr1by.png?fit=2289%2C960&ssl=1\" \/>\n\t<meta property=\"og:image:width\" content=\"2289\" \/>\n\t<meta property=\"og:image:height\" content=\"960\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Lee Ambrosius\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@leeambrosius\" \/>\n<meta name=\"twitter:site\" content=\"@autocad\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Lee Ambrosius\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/basic-autocad-customization-sharing-custom-autocad-files-part-2\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/basic-autocad-customization-sharing-custom-autocad-files-part-2\\\/\"},\"author\":{\"name\":\"Lee Ambrosius\",\"@id\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/#\\\/schema\\\/person\\\/e06c614cccff89d4365630439e5a859e\"},\"headline\":\"Basic AutoCAD Customization: Sharing Custom Files, Part 2\",\"datePublished\":\"2017-07-19T14:00:14+00:00\",\"dateModified\":\"2020-04-07T21:52:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/basic-autocad-customization-sharing-custom-autocad-files-part-2\\\/\"},\"wordCount\":1300,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/basic-autocad-customization-sharing-custom-autocad-files-part-2\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/wp-content\\\/uploads\\\/sites\\\/35\\\/2020\\\/04\\\/Artboard-CUSTOM_czr1by.png\",\"keywords\":[\"akn_include\",\"AutoCAD\",\"Basic AutoCAD Customization\",\"Customization\",\"Sharing\"],\"articleSection\":[\"Learning\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/basic-autocad-customization-sharing-custom-autocad-files-part-2\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/basic-autocad-customization-sharing-custom-autocad-files-part-2\\\/\",\"url\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/basic-autocad-customization-sharing-custom-autocad-files-part-2\\\/\",\"name\":\"Basic AutoCAD Customization: Sharing Custom Files, Part 2 | AutoCAD Blog | Autodesk\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/basic-autocad-customization-sharing-custom-autocad-files-part-2\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/basic-autocad-customization-sharing-custom-autocad-files-part-2\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/wp-content\\\/uploads\\\/sites\\\/35\\\/2020\\\/04\\\/Artboard-CUSTOM_czr1by.png\",\"datePublished\":\"2017-07-19T14:00:14+00:00\",\"dateModified\":\"2020-04-07T21:52:17+00:00\",\"description\":\"Sharing custom AutoCAD files? Find out where they should be stored and other best practices in this entry of our series on Basic AutoCAD Customization.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/basic-autocad-customization-sharing-custom-autocad-files-part-2\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/basic-autocad-customization-sharing-custom-autocad-files-part-2\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/basic-autocad-customization-sharing-custom-autocad-files-part-2\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/wp-content\\\/uploads\\\/sites\\\/35\\\/2020\\\/04\\\/Artboard-CUSTOM_czr1by.png\",\"contentUrl\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/wp-content\\\/uploads\\\/sites\\\/35\\\/2020\\\/04\\\/Artboard-CUSTOM_czr1by.png\",\"width\":2289,\"height\":960,\"caption\":\"Basic AutoCAD Customization: Sharing Custom AutoCAD Files\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/basic-autocad-customization-sharing-custom-autocad-files-part-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u30db\u30fc\u30e0\",\"item\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Learning\",\"item\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/learning\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Basic AutoCAD Customization: Sharing Custom Files, Part 2\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/#website\",\"url\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/\",\"name\":\"AutoCAD Blog\",\"description\":\"Your home for all things AutoCAD\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/#organization\",\"name\":\"Autodesk, Inc.\",\"url\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/wp-content\\\/uploads\\\/sites\\\/35\\\/2022\\\/06\\\/16\\\/autodesk-autocad-small_social-400.png\",\"contentUrl\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/wp-content\\\/uploads\\\/sites\\\/35\\\/2022\\\/06\\\/16\\\/autodesk-autocad-small_social-400.png\",\"width\":400,\"height\":400,\"caption\":\"Autodesk, Inc.\"},\"image\":{\"@id\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/autocad\",\"https:\\\/\\\/x.com\\\/autocad\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/#\\\/schema\\\/person\\\/e06c614cccff89d4365630439e5a859e\",\"name\":\"Lee Ambrosius\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/54442fc1fb49a096022ff1f4efe7a072c161dff4e1ba7f0f79e726ec59731c7b?s=96&d=blank&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/54442fc1fb49a096022ff1f4efe7a072c161dff4e1ba7f0f79e726ec59731c7b?s=96&d=blank&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/54442fc1fb49a096022ff1f4efe7a072c161dff4e1ba7f0f79e726ec59731c7b?s=96&d=blank&r=g\",\"caption\":\"Lee Ambrosius\"},\"description\":\"Lee Ambrosius is a Principal Learning Content Developer at Autodesk, Inc., for the AutoCAD software and AutoCAD LT software products. He works primarily on the CAD administration, customization, and developer documentation. Lee has also worked on the user documentation for AutoCAD on Windows and Mac. He has presented on a wide range of topics at Autodesk University over the past 10 years, from general AutoCAD customization to ObjectARX technology. Lee has authored a number of AutoCAD-related books, with his most recent projects being AutoCAD Platform Customization: User Interface, AutoLISP, VBA, and Beyond and AutoCAD 2015 and AutoCAD LT 2015 Bible. When he\u2019s not writing, you can find him roaming various community forums, posting articles on his blog, or tweeting AutoCAD-related information.\",\"sameAs\":[\"http:\\\/\\\/www.autodesk.com\",\"https:\\\/\\\/x.com\\\/leeambrosius\"],\"url\":\"https:\\\/\\\/www.autodesk.com/blogs\\\/autocad\\\/author\\\/leeambrosius\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Basic AutoCAD Customization: Sharing Custom Files, Part 2 | AutoCAD Blog | Autodesk","description":"Sharing custom AutoCAD files? Find out where they should be stored and other best practices in this entry of our series on Basic AutoCAD Customization.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.autodesk.com/blogs\/autocad\/basic-autocad-customization-sharing-custom-autocad-files-part-2\/","og_locale":"en_US","og_type":"article","og_title":"Basic AutoCAD Customization: Sharing Custom Files, Part 2","og_description":"Sharing custom AutoCAD files? Find out where they should be stored and other best practices in this entry of our series on Basic AutoCAD Customization.","og_url":"https:\/\/www.autodesk.com/blogs\/autocad\/basic-autocad-customization-sharing-custom-autocad-files-part-2\/","og_site_name":"AutoCAD Blog","article_publisher":"https:\/\/www.facebook.com\/autocad","article_published_time":"2017-07-19T14:00:14+00:00","article_modified_time":"2020-04-07T21:52:17+00:00","og_image":[{"width":2289,"height":960,"url":"https:\/\/i0.wp.com\/blogs.autodesk.com\/autocad\/wp-content\/uploads\/sites\/35\/2020\/04\/Artboard-CUSTOM_czr1by.png?fit=2289%2C960&ssl=1","type":"image\/png"}],"author":"Lee Ambrosius","twitter_card":"summary_large_image","twitter_creator":"@leeambrosius","twitter_site":"@autocad","twitter_misc":{"Written by":"Lee Ambrosius","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.autodesk.com/blogs\/autocad\/basic-autocad-customization-sharing-custom-autocad-files-part-2\/#article","isPartOf":{"@id":"https:\/\/www.autodesk.com/blogs\/autocad\/basic-autocad-customization-sharing-custom-autocad-files-part-2\/"},"author":{"name":"Lee Ambrosius","@id":"https:\/\/www.autodesk.com/blogs\/autocad\/#\/schema\/person\/e06c614cccff89d4365630439e5a859e"},"headline":"Basic AutoCAD Customization: Sharing Custom Files, Part 2","datePublished":"2017-07-19T14:00:14+00:00","dateModified":"2020-04-07T21:52:17+00:00","mainEntityOfPage":{"@id":"https:\/\/www.autodesk.com/blogs\/autocad\/basic-autocad-customization-sharing-custom-autocad-files-part-2\/"},"wordCount":1300,"commentCount":0,"publisher":{"@id":"https:\/\/www.autodesk.com/blogs\/autocad\/#organization"},"image":{"@id":"https:\/\/www.autodesk.com/blogs\/autocad\/basic-autocad-customization-sharing-custom-autocad-files-part-2\/#primaryimage"},"thumbnailUrl":"https:\/\/www.autodesk.com/blogs\/autocad\/wp-content\/uploads\/sites\/35\/2020\/04\/Artboard-CUSTOM_czr1by.png","keywords":["akn_include","AutoCAD","Basic AutoCAD Customization","Customization","Sharing"],"articleSection":["Learning"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.autodesk.com/blogs\/autocad\/basic-autocad-customization-sharing-custom-autocad-files-part-2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.autodesk.com/blogs\/autocad\/basic-autocad-customization-sharing-custom-autocad-files-part-2\/","url":"https:\/\/www.autodesk.com/blogs\/autocad\/basic-autocad-customization-sharing-custom-autocad-files-part-2\/","name":"Basic AutoCAD Customization: Sharing Custom Files, Part 2 | AutoCAD Blog | Autodesk","isPartOf":{"@id":"https:\/\/www.autodesk.com/blogs\/autocad\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.autodesk.com/blogs\/autocad\/basic-autocad-customization-sharing-custom-autocad-files-part-2\/#primaryimage"},"image":{"@id":"https:\/\/www.autodesk.com/blogs\/autocad\/basic-autocad-customization-sharing-custom-autocad-files-part-2\/#primaryimage"},"thumbnailUrl":"https:\/\/www.autodesk.com/blogs\/autocad\/wp-content\/uploads\/sites\/35\/2020\/04\/Artboard-CUSTOM_czr1by.png","datePublished":"2017-07-19T14:00:14+00:00","dateModified":"2020-04-07T21:52:17+00:00","description":"Sharing custom AutoCAD files? Find out where they should be stored and other best practices in this entry of our series on Basic AutoCAD Customization.","breadcrumb":{"@id":"https:\/\/www.autodesk.com/blogs\/autocad\/basic-autocad-customization-sharing-custom-autocad-files-part-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.autodesk.com/blogs\/autocad\/basic-autocad-customization-sharing-custom-autocad-files-part-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.autodesk.com/blogs\/autocad\/basic-autocad-customization-sharing-custom-autocad-files-part-2\/#primaryimage","url":"https:\/\/www.autodesk.com/blogs\/autocad\/wp-content\/uploads\/sites\/35\/2020\/04\/Artboard-CUSTOM_czr1by.png","contentUrl":"https:\/\/www.autodesk.com/blogs\/autocad\/wp-content\/uploads\/sites\/35\/2020\/04\/Artboard-CUSTOM_czr1by.png","width":2289,"height":960,"caption":"Basic AutoCAD Customization: Sharing Custom AutoCAD Files"},{"@type":"BreadcrumbList","@id":"https:\/\/www.autodesk.com/blogs\/autocad\/basic-autocad-customization-sharing-custom-autocad-files-part-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/www.autodesk.com/blogs\/autocad\/"},{"@type":"ListItem","position":2,"name":"Learning","item":"https:\/\/www.autodesk.com/blogs\/autocad\/learning\/"},{"@type":"ListItem","position":3,"name":"Basic AutoCAD Customization: Sharing Custom Files, Part 2"}]},{"@type":"WebSite","@id":"https:\/\/www.autodesk.com/blogs\/autocad\/#website","url":"https:\/\/www.autodesk.com/blogs\/autocad\/","name":"AutoCAD Blog","description":"Your home for all things AutoCAD","publisher":{"@id":"https:\/\/www.autodesk.com/blogs\/autocad\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.autodesk.com/blogs\/autocad\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.autodesk.com/blogs\/autocad\/#organization","name":"Autodesk, Inc.","url":"https:\/\/www.autodesk.com/blogs\/autocad\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.autodesk.com/blogs\/autocad\/#\/schema\/logo\/image\/","url":"https:\/\/www.autodesk.com/blogs\/autocad\/wp-content\/uploads\/sites\/35\/2022\/06\/16\/autodesk-autocad-small_social-400.png","contentUrl":"https:\/\/www.autodesk.com/blogs\/autocad\/wp-content\/uploads\/sites\/35\/2022\/06\/16\/autodesk-autocad-small_social-400.png","width":400,"height":400,"caption":"Autodesk, Inc."},"image":{"@id":"https:\/\/www.autodesk.com/blogs\/autocad\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/autocad","https:\/\/x.com\/autocad"]},{"@type":"Person","@id":"https:\/\/www.autodesk.com/blogs\/autocad\/#\/schema\/person\/e06c614cccff89d4365630439e5a859e","name":"Lee Ambrosius","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/54442fc1fb49a096022ff1f4efe7a072c161dff4e1ba7f0f79e726ec59731c7b?s=96&d=blank&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/54442fc1fb49a096022ff1f4efe7a072c161dff4e1ba7f0f79e726ec59731c7b?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/54442fc1fb49a096022ff1f4efe7a072c161dff4e1ba7f0f79e726ec59731c7b?s=96&d=blank&r=g","caption":"Lee Ambrosius"},"description":"Lee Ambrosius is a Principal Learning Content Developer at Autodesk, Inc., for the AutoCAD software and AutoCAD LT software products. He works primarily on the CAD administration, customization, and developer documentation. Lee has also worked on the user documentation for AutoCAD on Windows and Mac. He has presented on a wide range of topics at Autodesk University over the past 10 years, from general AutoCAD customization to ObjectARX technology. Lee has authored a number of AutoCAD-related books, with his most recent projects being AutoCAD Platform Customization: User Interface, AutoLISP, VBA, and Beyond and AutoCAD 2015 and AutoCAD LT 2015 Bible. When he\u2019s not writing, you can find him roaming various community forums, posting articles on his blog, or tweeting AutoCAD-related information.","sameAs":["http:\/\/www.autodesk.com","https:\/\/x.com\/leeambrosius"],"url":"https:\/\/www.autodesk.com/blogs\/autocad\/author\/leeambrosius\/"}]}},"_links":{"self":[{"href":"https:\/\/www.autodesk.com/blogs\/autocad\/wp-json\/wp\/v2\/posts\/7051","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.autodesk.com/blogs\/autocad\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.autodesk.com/blogs\/autocad\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.autodesk.com/blogs\/autocad\/wp-json\/wp\/v2\/users\/83"}],"replies":[{"embeddable":true,"href":"https:\/\/www.autodesk.com/blogs\/autocad\/wp-json\/wp\/v2\/comments?post=7051"}],"version-history":[{"count":0,"href":"https:\/\/www.autodesk.com/blogs\/autocad\/wp-json\/wp\/v2\/posts\/7051\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.autodesk.com/blogs\/autocad\/wp-json\/wp\/v2\/media\/6876"}],"wp:attachment":[{"href":"https:\/\/www.autodesk.com/blogs\/autocad\/wp-json\/wp\/v2\/media?parent=7051"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.autodesk.com/blogs\/autocad\/wp-json\/wp\/v2\/categories?post=7051"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.autodesk.com/blogs\/autocad\/wp-json\/wp\/v2\/tags?post=7051"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}