<?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 hide script execution window while loading from batch file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-hide-script-execution-window-while-loading-from-batch/m-p/950953#M327081</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of the parameter /L use /R:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\Qv.exe" /&lt;STRONG&gt;R&lt;/STRONG&gt; D:\FoodsMIS\Application\Email.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Dec 2015 20:08:57 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2015-12-04T20:08:57Z</dc:date>
    <item>
      <title>How to hide script execution window while loading from batch file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-script-execution-window-while-loading-from-batch/m-p/950951#M327079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using below mentioned statement in batch file to run macro. But this script execution window is showing while load. Request you to help to hide this window so macro can run successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\Qv.exe" /L D:\FoodsMIS\Application\Email.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kapil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 03:32:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-script-execution-window-while-loading-from-batch/m-p/950951#M327079</guid>
      <dc:creator />
      <dc:date>2015-12-04T03:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide script execution window while loading from batch file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-script-execution-window-while-loading-from-batch/m-p/950952#M327080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kapil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to use this .vbs file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #141414; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 14.6667px; background-color: #fcfcff;"&gt;Save the following line as invisible.vbs (use Notepad Save As... All Files)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #141414; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 14.6667px; background-color: #fcfcff;"&gt;CreateObject("Wscript.Shell").Run """" &amp;amp; WScript.Arguments(0) &amp;amp; """", 0, False&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #141414; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 14.6667px; background-color: #fcfcff;"&gt;Confirm you have Scripting installed (By typing wscript in the Start Run dialog) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #141414; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 14.6667px; background-color: #fcfcff;"&gt;Start Run the following line, Replace the "MySubFolder" with your file paths&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #141414; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 14.6667px; background-color: #fcfcff;"&gt;wscript "C:\MySubfolder\invisible.vbs" "C:\MySubfolder\MyBatchFile.bat"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #141414; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 14.6667px; background-color: #fcfcff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #141414; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 14.6667px; background-color: #fcfcff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #141414; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 14.6667px; background-color: #fcfcff;"&gt;Mayank&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 17:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-script-execution-window-while-loading-from-batch/m-p/950952#M327080</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2015-12-04T17:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide script execution window while loading from batch file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-script-execution-window-while-loading-from-batch/m-p/950953#M327081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of the parameter /L use /R:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\Qv.exe" /&lt;STRONG&gt;R&lt;/STRONG&gt; D:\FoodsMIS\Application\Email.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 20:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-script-execution-window-while-loading-from-batch/m-p/950953#M327081</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-12-04T20:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide script execution window while loading from batch file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-script-execution-window-while-loading-from-batch/m-p/950954#M327082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using /R but macro is not running on post reload. Request you to help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kapil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Dec 2015 03:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-script-execution-window-while-loading-from-batch/m-p/950954#M327082</guid>
      <dc:creator />
      <dc:date>2015-12-05T03:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide script execution window while loading from batch file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-script-execution-window-while-loading-from-batch/m-p/950955#M327083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In general OnPostReload macros should work by batch-execution with the parameter /L. But easier and more flexible are vbs-batches or vbs from inside another qvw - most often I use this approach. Here are further hints what could be possible:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/908028"&gt;Re: QlikView Batch Jobs execution using CONTROL-M&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/191827"&gt;Reduce Number of Applications at a time&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 15:35:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-script-execution-window-while-loading-from-batch/m-p/950955#M327083</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-12-06T15:35:33Z</dc:date>
    </item>
  </channel>
</rss>

