<?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: Macro utilizing STARTAPP in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/macro-utilizing-startapp/m-p/5673394#M140924</link>
    <description>&lt;P&gt;Worked perfectly! Many thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jun 2015 12:50:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-11T12:50:04Z</dc:date>
    <item>
      <title>Macro utilizing STARTAPP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/macro-utilizing-startapp/m-p/5672277#M140920</link>
      <description>&lt;P&gt;There may be a much easier way to acheive this simple task, and, if there is, I am certainly open to suggestions. I am trying to create a macro that will open up an image file (i.e. - a type of quick help file) using Windows Paint. I had rather use the Windows Image Viewer but it seems to be a bit more complicated since it has to use the rundll32.exe to start the program. The code I am using is listed below but it does not work. However, I can type in the same code at the command line, with the exception of using forward slashes in my source file path, and it works perfectly. Once I got it to work from the command line, I simply copy/paste it to my menu macro and changed the back&amp;nbsp;slashes to forward slashes in the sourse file path, since AutoCAD looks at a backslash as a "pause" in a macro, but the macro will&amp;nbsp;does not work. The code info I have been using is as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Command line code that works: (startapp "c://windows/system32/mspaint.exe" "m:\\quickhelps\\qh-end-conditions.jpg")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Macro code that does not work: (startapp "c://windows/system32/mspaint.exe" "m://quickhelps//qh-end-conditions.jpg")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks for the assistance!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2015 16:51:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/macro-utilizing-startapp/m-p/5672277#M140920</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-10T16:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Macro utilizing STARTAPP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/macro-utilizing-startapp/m-p/5672331#M140921</link>
      <description>&lt;P&gt;use 2 backslashes or only 1 forward slash&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;(startapp "c:/windows/system32/mspaint.exe" "m:/quickhelps/qh-end-conditions.jpg")&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2015 17:23:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/macro-utilizing-startapp/m-p/5672331#M140921</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-10T17:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Macro utilizing STARTAPP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/macro-utilizing-startapp/m-p/5672455#M140922</link>
      <description>&lt;P&gt;Sorry mracad! That did not seem to solve the problem. I used the single forward slashes since backslashes in&amp;nbsp;a macro are looked at as a "pause" for user input. Any other ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2015 18:35:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/macro-utilizing-startapp/m-p/5672455#M140922</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-10T18:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Macro utilizing STARTAPP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/macro-utilizing-startapp/m-p/5672734#M140923</link>
      <description>&lt;P&gt;Hi rayf-man1967,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="hps"&gt;maybe&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;something like this&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;will do the trick&lt;/SPAN&gt;...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(startapp "mspaint.exe" (findfile "m:/quickhelps/qh-end-conditions.jpg"))&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps, &lt;BR /&gt;Henrique&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2015 21:27:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/macro-utilizing-startapp/m-p/5672734#M140923</guid>
      <dc:creator>hmsilva</dc:creator>
      <dc:date>2015-06-10T21:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Macro utilizing STARTAPP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/macro-utilizing-startapp/m-p/5673394#M140924</link>
      <description>&lt;P&gt;Worked perfectly! Many thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2015 12:50:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/macro-utilizing-startapp/m-p/5673394#M140924</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-11T12:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Macro utilizing STARTAPP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/macro-utilizing-startapp/m-p/5673469#M140925</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;Worked perfectly! Many thanks!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You're welcome, rayf-man1967!&lt;BR /&gt;Glad I could help&lt;BR /&gt;&lt;BR /&gt;Henrique&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2015 13:29:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/macro-utilizing-startapp/m-p/5673469#M140925</guid>
      <dc:creator>hmsilva</dc:creator>
      <dc:date>2015-06-11T13:29:04Z</dc:date>
    </item>
  </channel>
</rss>

