<?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: EXECUTE command to MOVE shared files but DON'T Overwrite in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/EXECUTE-command-to-MOVE-shared-files-but-DON-T-Overwrite/m-p/936241#M323199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.qlik.com/qlik-users/192025"&gt;petter.skjolden&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for this additional info! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Nov 2015 19:06:35 GMT</pubDate>
    <dc:creator>dmohanty</dc:creator>
    <dc:date>2015-11-23T19:06:35Z</dc:date>
    <item>
      <title>EXECUTE command to MOVE shared files but DON'T Overwrite</title>
      <link>https://community.qlik.com/t5/QlikView/EXECUTE-command-to-MOVE-shared-files-but-DON-T-Overwrite/m-p/936237#M323195</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 am able to use the EXECUTE command to MOVE my shared files from one folder to another. But as it is a daily reload, I need the new Shared Files that are to be moved the next day, have to be just pasted separately and &lt;SPAN style="color: #ff0000;"&gt;NOT Overwrite&lt;/SPAN&gt; the existing ones in the destination folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the script I am using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;execute cmd.exe /C MOVE "C:\QVWs\*.shared"&amp;nbsp;&amp;nbsp; "C:\QVWs\Shared Files Folder";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please help here? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 21:22:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXECUTE-command-to-MOVE-shared-files-but-DON-T-Overwrite/m-p/936237#M323195</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2015-11-18T21:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: EXECUTE command to MOVE shared files but DON'T Overwrite</title>
      <link>https://community.qlik.com/t5/QlikView/EXECUTE-command-to-MOVE-shared-files-but-DON-T-Overwrite/m-p/936238#M323196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe just use separate subfolders per day?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vToday = Date(Today(),'YYYY-MM-DD');&lt;/P&gt;&lt;P&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;execute cmd.exe /C MKDIR &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;"C:\QVWs\Shared Files Folder\$(vToday)"&lt;/SPAN&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: 13px;"&gt;execute cmd.exe /C MOVE "C:\QVWs\*.shared"&amp;nbsp;&amp;nbsp; "C:\QVWs\Shared Files Folder\$(vToday)";&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 21:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXECUTE-command-to-MOVE-shared-files-but-DON-T-Overwrite/m-p/936238#M323196</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-18T21:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: EXECUTE command to MOVE shared files but DON'T Overwrite</title>
      <link>https://community.qlik.com/t5/QlikView/EXECUTE-command-to-MOVE-shared-files-but-DON-T-Overwrite/m-p/936239#M323197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An extra tip about moving files is that ROBOCOPY.EXE (Robust File Copy for Windows) is a very good alternative to MOVE which is also a standard program coming with Windows. It has tons of more special options....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Felt that it could be worth mentioning it. Swuehl's anwser should do the trick for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 22:42:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXECUTE-command-to-MOVE-shared-files-but-DON-T-Overwrite/m-p/936239#M323197</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-11-18T22:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: EXECUTE command to MOVE shared files but DON'T Overwrite</title>
      <link>https://community.qlik.com/t5/QlikView/EXECUTE-command-to-MOVE-shared-files-but-DON-T-Overwrite/m-p/936240#M323198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for this.&lt;/P&gt;&lt;P&gt;This has helped and worked! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 19:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXECUTE-command-to-MOVE-shared-files-but-DON-T-Overwrite/m-p/936240#M323198</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2015-11-23T19:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: EXECUTE command to MOVE shared files but DON'T Overwrite</title>
      <link>https://community.qlik.com/t5/QlikView/EXECUTE-command-to-MOVE-shared-files-but-DON-T-Overwrite/m-p/936241#M323199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.qlik.com/qlik-users/192025"&gt;petter.skjolden&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for this additional info! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 19:06:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXECUTE-command-to-MOVE-shared-files-but-DON-T-Overwrite/m-p/936241#M323199</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2015-11-23T19:06:35Z</dc:date>
    </item>
  </channel>
</rss>

