<?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: EXE to create a blank Qlikview Document in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/EXE-to-create-a-blank-Qlikview-Document/m-p/496977#M185805</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: 12px; background-color: #f6f6f6;"&gt;Excellent that worked, but I had to remove " before copy&lt;BR /&gt;&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: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&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: 12px; background-color: #f6f6f6;"&gt;EXECUTE cmd.exe /C copy "E:\HQ\empty.qvw" "D:\QVData\somewhere\new.qvw"&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: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&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: 12px; background-color: #f6f6f6;"&gt;thanks again&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Dec 2013 20:03:07 GMT</pubDate>
    <dc:creator>rustyfishbones</dc:creator>
    <dc:date>2013-12-17T20:03:07Z</dc:date>
    <item>
      <title>EXE to create a blank Qlikview Document</title>
      <link>https://community.qlik.com/t5/QlikView/EXE-to-create-a-blank-Qlikview-Document/m-p/496973#M185801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created an extraction file, before I extract any data from the source I am using the Execute cmd to create a Folder Structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have the command line to add a blank qvw file to one of these folders?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 16:23:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXE-to-create-a-blank-Qlikview-Document/m-p/496973#M185801</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-12-17T16:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: EXE to create a blank Qlikview Document</title>
      <link>https://community.qlik.com/t5/QlikView/EXE-to-create-a-blank-Qlikview-Document/m-p/496974#M185802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a document like that somewhere central once manually, then copy that empty document in the same batch file where you create the folder structure (or use another execute cmd for the copying).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 19:04:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXE-to-create-a-blank-Qlikview-Document/m-p/496974#M185802</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-12-17T19:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: EXE to create a blank Qlikview Document</title>
      <link>https://community.qlik.com/t5/QlikView/EXE-to-create-a-blank-Qlikview-Document/m-p/496975#M185803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you have an example EXECUTE cmd for the copying&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 19:47:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXE-to-create-a-blank-Qlikview-Document/m-p/496975#M185803</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-12-17T19:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: EXE to create a blank Qlikview Document</title>
      <link>https://community.qlik.com/t5/QlikView/EXE-to-create-a-blank-Qlikview-Document/m-p/496976#M185804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EXECUTE cmd.exe /C "copy "E:\HQ\empty.qvw" "D:\QVData\somewhere\new.qvw"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 19:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXE-to-create-a-blank-Qlikview-Document/m-p/496976#M185804</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-12-17T19:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: EXE to create a blank Qlikview Document</title>
      <link>https://community.qlik.com/t5/QlikView/EXE-to-create-a-blank-Qlikview-Document/m-p/496977#M185805</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: 12px; background-color: #f6f6f6;"&gt;Excellent that worked, but I had to remove " before copy&lt;BR /&gt;&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: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&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: 12px; background-color: #f6f6f6;"&gt;EXECUTE cmd.exe /C copy "E:\HQ\empty.qvw" "D:\QVData\somewhere\new.qvw"&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: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&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: 12px; background-color: #f6f6f6;"&gt;thanks again&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 20:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXE-to-create-a-blank-Qlikview-Document/m-p/496977#M185805</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-12-17T20:03:07Z</dc:date>
    </item>
  </channel>
</rss>

