<?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: Open Folder Location in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/11543413#M109113</link>
    <description>&lt;P&gt;Now my mind is going elsewhere.&amp;nbsp; Since that was fairly quick and painless, any way to open up a shortcut file on my desktop through a command or start a specific website(s) that I use regularly.&amp;nbsp; Just thinking.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Nov 2022 12:00:42 GMT</pubDate>
    <dc:creator>kzD1219</dc:creator>
    <dc:date>2022-11-10T12:00:42Z</dc:date>
    <item>
      <title>Open Folder Location</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/7756516#M109101</link>
      <description>&lt;P&gt;Is there a way to create a lisp routine to open the drawing file folder in Windows Explorer?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to be able to create an icon that will allow me to browse to the folder where the current (open) drawing is located. Our projects have a lengthy file path and it gets annoying drilling down to the folder any time we have files for correspondence to reference. \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 19:52:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/7756516#M109101</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-06T19:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Open Folder Location</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/7756531#M109102</link>
      <description>&lt;P&gt;One example&lt;/P&gt;
&lt;PRE&gt;^C^C(command "._start" (getvar 'dwgprefix))&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Feb 2018 19:57:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/7756531#M109102</guid>
      <dc:creator>Ranjit_Singh</dc:creator>
      <dc:date>2018-02-06T19:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Open Folder Location</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/7758939#M109103</link>
      <description>&lt;P&gt;It appears to run into some issues when a space is found. The drawing prefix is&amp;nbsp;&lt;EM&gt;X:\Microvellum 7\Koehler_v043_4_Imperial\Factory Database\&amp;lt;job folder&amp;gt;&lt;/EM&gt; but it takes me to &lt;EM&gt;X:\Microvellum&lt;/EM&gt;... Our X:\ drive has multiple folders that begin with Microvellum, but it seems to ignore anything after a space.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 14:48:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/7758939#M109103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-07T14:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Open Folder Location</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/7759018#M109104</link>
      <description>&lt;P&gt;Try&lt;/P&gt;
&lt;PRE&gt;^C^C(command "._start"(strcat "explorer "  (getvar 'dwgprefix)))&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Feb 2018 15:12:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/7759018#M109104</guid>
      <dc:creator>Ranjit_Singh</dc:creator>
      <dc:date>2018-02-07T15:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Open Folder Location</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/7759084#M109105</link>
      <description>&lt;P&gt;If you're using File Tabs, then the last item in shortcut menu is...&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="image.png" style="width: 368px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/460224i52AB762DCEA059C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 15:29:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/7759084#M109105</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2018-02-07T15:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Open Folder Location</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/7759302#M109106</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1779365"&gt;@ВeekeeCZ&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;If you're using File Tabs, then the last item in shortcut menu is...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I did not know that&amp;nbsp;&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://forums.autodesk.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt; nice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the lines below to open the folder as well as highlight the drawing file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(startapp
            (strcat "explorer /select, "
                    (getvar "dwgprefix")
                    (getvar "dwgname")
                    ", /e"))&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for toolbars&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;^C^C(startapp (strcat "explorer /select, " (getvar "dwgprefix") (getvar "dwgname") ", /e"))&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 16:22:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/7759302#M109106</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2018-02-07T16:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Open Folder Location</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/8629067#M109107</link>
      <description>&lt;P&gt;The file path is veritable and opens the .deg location is their a way to make it open to a static path in front of it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C:/Job Number/Drafting/Civil =&amp;nbsp;&lt;FONT color="#FF0000"&gt;^C^C(startapp (strcat "explorer /select, " (getvar "dwgprefix") (getvar "dwgname") ", /e"))&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll like it to direct me to a static folder called &lt;STRONG&gt;Drawing_control&lt;/STRONG&gt; which is a static directory after the code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C:/Job Number/Drafting/Civi&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;l&lt;/FONT&gt;/drawing_control&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;^C^C(startapp (strcat "explorer /select, " (getvar "dwgprefix") (getvar "dwgname") ",&amp;nbsp; &lt;FONT color="#339966"&gt;+&amp;nbsp;/drawing_control&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 22:21:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/8629067#M109107</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-28T22:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Open Folder Location</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/9110511#M109108</link>
      <description>&lt;P&gt;I love it! Who needs to program a button when we already have one. Great suggestion for this question!&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2019 21:07:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/9110511#M109108</guid>
      <dc:creator>cschnarr</dc:creator>
      <dc:date>2019-10-26T21:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Open Folder Location</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/11543366#M109109</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1660044"&gt;@cschnarr&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;I love it! Who needs to program a button when we already have one. Great suggestion for this question!&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I am a full on typer and barely use any of the toolbars/menus so having a command is much quicker.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the tab right-click suggestion, I didn't know that was there either.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 11:35:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/11543366#M109109</guid>
      <dc:creator>kzD1219</dc:creator>
      <dc:date>2022-11-10T11:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Open Folder Location</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/11543373#M109110</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/564264"&gt;@pbejse&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1779365"&gt;@ВeekeeCZ&lt;/a&gt;wrote:&lt;BR /&gt;&lt;P&gt;If you're using File Tabs, then the last item in shortcut menu is...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I did not know that&amp;nbsp;&lt;IMG id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://forums.autodesk.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt; nice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use the lines below to open the folder as well as highlight the drawing file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(startapp
            (strcat "explorer /select, "
                    (getvar "dwgprefix")
                    (getvar "dwgname")
                    ", /e"))&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for toolbars&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;^C^C(startapp (strcat "explorer /select, " (getvar "dwgprefix") (getvar "dwgname") ", /e"))&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Awesome routine.&amp;nbsp; Do I just copy that line every time into the command line or is there a way to make that a lisp?&amp;nbsp; Sorry not too technical, just enough to be dangerous...lol&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 11:37:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/11543373#M109110</guid>
      <dc:creator>kzD1219</dc:creator>
      <dc:date>2022-11-10T11:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Open Folder Location</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/11543384#M109111</link>
      <description>&lt;P&gt;Lisp command.&amp;nbsp;&lt;A href="http://www.lee-mac.com/autoloading.html" target="_blank" rel="noopener"&gt;HERE&lt;/A&gt;&amp;nbsp;is what to do.&lt;/P&gt;
&lt;P&gt;(defun c:&lt;STRONG&gt;FL&lt;/STRONG&gt; () (startapp (strcat "explorer /select, " (getvar "dwgprefix") (getvar "dwgname") ", /e")) (princ))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 11:46:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/11543384#M109111</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2022-11-10T11:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Open Folder Location</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/11543393#M109112</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1779365"&gt;@ВeekeeCZ&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Lisp command.&amp;nbsp;&lt;A href="http://www.lee-mac.com/autoloading.html" target="_blank" rel="noopener"&gt;HERE&lt;/A&gt;&amp;nbsp;is what to do.&lt;/P&gt;&lt;P&gt;(defun c:&lt;STRONG&gt;FL&lt;/STRONG&gt; () (startapp (strcat "explorer /select, " (getvar "dwgprefix") (getvar "dwgname") ", /e")) (princ))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;YES!!!&amp;nbsp; Works great, thanks!&amp;nbsp; All great solutions!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 11:52:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/11543393#M109112</guid>
      <dc:creator>kzD1219</dc:creator>
      <dc:date>2022-11-10T11:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Open Folder Location</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/11543413#M109113</link>
      <description>&lt;P&gt;Now my mind is going elsewhere.&amp;nbsp; Since that was fairly quick and painless, any way to open up a shortcut file on my desktop through a command or start a specific website(s) that I use regularly.&amp;nbsp; Just thinking.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 12:00:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/11543413#M109113</guid>
      <dc:creator>kzD1219</dc:creator>
      <dc:date>2022-11-10T12:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Open Folder Location</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/11543437#M109114</link>
      <description>&lt;P&gt;(defun c:google () (command "_.browser" "&lt;A href="http://www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt;") (princ))&lt;BR /&gt;(defun c:mymostfavouritefile () (startapp "explorer" "c:\\temp\\file.pdf") (princ))&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 12:17:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/11543437#M109114</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2022-11-10T12:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Open Folder Location</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/11543444#M109115</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1779365"&gt;@ВeekeeCZ&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;(defun c:google () (command "_.browser" "&lt;A href="http://www.google.com" target="_blank" rel="noopener"&gt;www.google.com&lt;/A&gt;") (princ))&lt;BR /&gt;(defun c:mymostfavouritefile () (startapp "explorer" "c:\\temp\\file.pdf") (princ))&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;A HUGE thank you for making my life even easier!!&amp;nbsp; Now if I could only convince the rest of the staff to use those shortcuts.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 12:20:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/11543444#M109115</guid>
      <dc:creator>kzD1219</dc:creator>
      <dc:date>2022-11-10T12:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Open Folder Location</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/11545129#M109116</link>
      <description>&lt;P&gt;Understand getting others to use, anyway just put all of them into a lisp and it sounds like your using a server so save it on the server not local, go to each user and just do Appload yourcustomlisp to Start up Suite, then it will load on start up, if you add more shortcuts to this lisp and save on server, then next Cad open they will have new shortcuts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Autoload.lsp has 38 defuns and 35 Autoloads. Plus custom menu's.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 01:15:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-folder-location/m-p/11545129#M109116</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2022-11-11T01:15:53Z</dc:date>
    </item>
  </channel>
</rss>

