<?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 call command prompt  script in Vb script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-call-command-prompt-script-in-Vb-script/m-p/748936#M267256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter Cammaert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gives syntax error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Mar 2015 02:21:15 GMT</pubDate>
    <dc:creator>jagannalla</dc:creator>
    <dc:date>2015-03-20T02:21:15Z</dc:date>
    <item>
      <title>How to call command prompt  script in Vb script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-call-command-prompt-script-in-Vb-script/m-p/748931#M267251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to call command prompt script in vb script.&lt;/P&gt;&lt;P&gt;For eg: We can place reload command in bat file and when we run bat file it will load the qv file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similar to that when I click the button I want to run command prompt code directlyI don't want to create bat file to run the command prompt code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I only don't want to run reload command.&lt;/P&gt;&lt;P&gt;- I want to run my own command prompt available, let say xcopy or copy, writing csv file. etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 08:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-call-command-prompt-script-in-Vb-script/m-p/748931#M267251</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2015-03-19T08:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to call command prompt  script in Vb script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-call-command-prompt-script-in-Vb-script/m-p/748932#M267252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if I tuly understand your requirement. Is your VBScript a stand-alone program, or is it embedded in a QVW document?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In VBScript, there is a WShell object that lets you execute DOS commands as if you opened a CMD window. Look around the internet for more information, there must be thousands of examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PEter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 08:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-call-command-prompt-script-in-Vb-script/m-p/748932#M267252</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-03-19T08:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to call command prompt  script in Vb script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-call-command-prompt-script-in-Vb-script/m-p/748933#M267253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Google it, you would find examples like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;dim filesys &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;set filesys=CreateObject("Scripting.FileSystemObject") &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;If filesys.FileExists("c:\sourcefolder\anyfile.html") Then &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;filesys.CopyFile "c:\sourcefolder\anyfile.html", "c:\destfolder\" &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;End If&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 08:26:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-call-command-prompt-script-in-Vb-script/m-p/748933#M267253</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-03-19T08:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to call command prompt  script in Vb script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-call-command-prompt-script-in-Vb-script/m-p/748934#M267254</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 want to run,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the below command&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;curl -u username:Test@345 -F "token_id=918080a1-cabb-45fa-8aee-ee496fa896bb"&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://demo.XXXXX.com/rest-api/v1/getPredictions/?format=json" rel="nofollow"&gt;http://demo.XXXXX.com/rest-api/v1/getPredictions/?format=json&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 09:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-call-command-prompt-script-in-Vb-script/m-p/748934#M267254</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2015-03-19T09:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to call command prompt  script in Vb script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-call-command-prompt-script-in-Vb-script/m-p/748935#M267255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Use something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN style="color: #575757;"&gt;Set&lt;/SPAN&gt;&lt;SPAN style="color: #575757;"&gt;&lt;SPAN class="pln"&gt; oShell &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; WScript&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;CreateObject&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="str"&gt;"WSCript.shell"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;)&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;oShell&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;run &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757;"&gt;"&lt;SPAN style="font-size: 13px;"&gt;curl -u username:Test@345 -F " &amp;amp; chr(34) &amp;amp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN style="color: #575757; font-size: 13px; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "token_id=918080a1-cabb-45fa-8aee-ee496fa896bb" &amp;amp; chr(34) &amp;amp; &lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN style="color: #575757; font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'courier new', courier;"&gt;" &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;A class="jive-link-external-small" href="http://demo.xxxxx.com/rest-api/v1/getPredictions/?format=json" rel="nofollow" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;&lt;SPAN style="color: #575757; font-family: 'courier new', courier;"&gt;http://demo.XXXXX.com/rest-api/v1/getPredictions/?format=json&lt;/SPAN&gt;&lt;/A&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 14:57:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-call-command-prompt-script-in-Vb-script/m-p/748935#M267255</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-03-19T14:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to call command prompt  script in Vb script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-call-command-prompt-script-in-Vb-script/m-p/748936#M267256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter Cammaert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gives syntax error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 02:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-call-command-prompt-script-in-Vb-script/m-p/748936#M267256</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2015-03-20T02:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to call command prompt  script in Vb script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-call-command-prompt-script-in-Vb-script/m-p/748937#M267257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 08:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-call-command-prompt-script-in-Vb-script/m-p/748937#M267257</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-03-20T08:14:40Z</dc:date>
    </item>
  </channel>
</rss>

