<?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: How to create Batch Files. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-Batch-Files/m-p/858290#M300643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;community.vizubi.com/knowledgebase/articles/261271-how-to-run-nprinting-in-command-line-mode-with-bat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jul 2015 07:07:42 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2015-07-13T07:07:42Z</dc:date>
    <item>
      <title>How to create Batch Files.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Batch-Files/m-p/858284#M300637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have three QVD Maker.&lt;/P&gt;&lt;P&gt;Stage 1 - Raw Data&lt;/P&gt;&lt;P&gt;Stage 2 - Logic&lt;/P&gt;&lt;P&gt;Stage 3 - Final App&lt;/P&gt;&lt;P&gt; and also I have&lt;/P&gt;&lt;P&gt;NPrinting to distribute mails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a batch file for this three of them dependence on one on the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me with this as its my today last day to do it live.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 05:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Batch-Files/m-p/858284#M300637</guid>
      <dc:creator>renuka_sasikumar</dc:creator>
      <dc:date>2015-07-13T05:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Batch Files.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Batch-Files/m-p/858285#M300638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\Qv.exe" /r "&amp;lt;Path&amp;gt;\RawData.qvw"&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\Qv.exe" /r "&amp;lt;Path&amp;gt;\Logic.qvw"&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\Qv.exe" /r "&amp;lt;Path&amp;gt;\FinalApp.qvw"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save this piece of code into text file with .bat extension and schedule it using windows scheduler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also change the &amp;lt;Path&amp;gt; to original path of documents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 06:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Batch-Files/m-p/858285#M300638</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-07-13T06:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Batch Files.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Batch-Files/m-p/858286#M300639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your prompt reply, This is working but I also wanted to keep Nprinting as dependencies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do i write that in Batch File.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Renuka S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 06:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Batch-Files/m-p/858286#M300639</guid>
      <dc:creator>renuka_sasikumar</dc:creator>
      <dc:date>2015-07-13T06:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Batch Files.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Batch-Files/m-p/858287#M300640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Actually I'm not familiar with Nprinting, this may be help for you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 06:48:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Batch-Files/m-p/858287#M300640</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-07-13T06:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Batch Files.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Batch-Files/m-p/858288#M300641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Renuka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link and the Nprinting command as the last line in your batch file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 06:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Batch-Files/m-p/858288#M300641</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-13T06:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Batch Files.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Batch-Files/m-p/858289#M300642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u post it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Renuka S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 06:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Batch-Files/m-p/858289#M300642</guid>
      <dc:creator>renuka_sasikumar</dc:creator>
      <dc:date>2015-07-13T06:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Batch Files.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Batch-Files/m-p/858290#M300643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;community.vizubi.com/knowledgebase/articles/261271-how-to-run-nprinting-in-command-line-mode-with-bat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 07:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Batch-Files/m-p/858290#M300643</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-13T07:07:42Z</dc:date>
    </item>
  </channel>
</rss>

