<?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 running DOS command in Macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/running-DOS-command-in-Macro/m-p/1347869#M515570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hallo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I run a DOS command&amp;nbsp; in a Macro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for exampel:&lt;/P&gt;&lt;P&gt;copy *.txt test_new.txt /b /y&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jun 2017 08:28:47 GMT</pubDate>
    <dc:creator>khag_hs</dc:creator>
    <dc:date>2017-06-23T08:28:47Z</dc:date>
    <item>
      <title>running DOS command in Macro</title>
      <link>https://community.qlik.com/t5/QlikView/running-DOS-command-in-Macro/m-p/1347869#M515570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hallo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I run a DOS command&amp;nbsp; in a Macro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for exampel:&lt;/P&gt;&lt;P&gt;copy *.txt test_new.txt /b /y&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 08:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/running-DOS-command-in-Macro/m-p/1347869#M515570</guid>
      <dc:creator>khag_hs</dc:creator>
      <dc:date>2017-06-23T08:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: running DOS command in Macro</title>
      <link>https://community.qlik.com/t5/QlikView/running-DOS-command-in-Macro/m-p/1347870#M515571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;CODE style="font-style: inherit; font-weight: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="kwd" style="font-style: inherit; font-weight: inherit; font-size: inherit; font-family: inherit; color: #101094;"&gt;Set&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-style: inherit; font-weight: inherit; font-size: inherit; font-family: inherit; color: #303336;"&gt; oShell &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-style: inherit; font-weight: inherit; font-size: inherit; font-family: inherit; color: #303336;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-style: inherit; font-weight: inherit; font-size: inherit; font-family: inherit; color: #303336;"&gt; WScript&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-style: inherit; font-weight: inherit; font-size: inherit; font-family: inherit; color: #303336;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-style: inherit; font-weight: inherit; font-size: inherit; font-family: inherit; color: #303336;"&gt;CreateObject&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-style: inherit; font-weight: inherit; font-size: inherit; font-family: inherit; color: #303336;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="str" style="font-style: inherit; font-weight: inherit; font-size: inherit; font-family: inherit; color: #7d2727;"&gt;"WSCript.shell"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-style: inherit; font-weight: inherit; font-size: inherit; font-family: inherit; color: #303336;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-style: inherit; font-weight: inherit; font-size: inherit; font-family: inherit; color: #303336;"&gt;&lt;BR /&gt;oShell&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-style: inherit; font-weight: inherit; font-size: inherit; font-family: inherit; color: #303336;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-style: inherit; font-weight: inherit; font-size: inherit; font-family: inherit; color: #303336;"&gt;run &lt;/SPAN&gt;&lt;SPAN class="str" style="font-style: inherit; font-weight: inherit; font-size: inherit; font-family: inherit; color: #7d2727;"&gt;"&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;copy *.txt test_new.txt /b /y&lt;/SPAN&gt;"&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 11:55:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/running-DOS-command-in-Macro/m-p/1347870#M515571</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2017-06-23T11:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: running DOS command in Macro</title>
      <link>https://community.qlik.com/t5/QlikView/running-DOS-command-in-Macro/m-p/1347871#M515572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, it doesn’t work.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;But if I create a BAT-file which contains the command (copy *txt test_new.txt /b/y) and starts the BAT-file with the macro it works:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="margin: 0px 0px 0px 35.4pt;"&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;Set oShell =&lt;BR /&gt;CreateObject("WScript.Shell")&lt;BR /&gt;&lt;BR /&gt;oShell.Run "make_a_copy.bat" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Content of the BAT-File “make_a_copy.bat”:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="margin-left: 35.4pt;"&gt;&lt;SPAN lang="EN-US" style="color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;start/MIN&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="margin-left: 35.4pt;"&gt;&lt;SPAN lang="EN-US" style="color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;copy *.txt test_new.txt /b /y&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="margin-left: 35.4pt;"&gt;&lt;SPAN lang="EN-US" style="color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;exit&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, thank You for Your help, even if it’s not the direct solution. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 12:32:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/running-DOS-command-in-Macro/m-p/1347871#M515572</guid>
      <dc:creator>khag_hs</dc:creator>
      <dc:date>2017-07-04T12:32:35Z</dc:date>
    </item>
  </channel>
</rss>

