<?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: Copy Files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Copy-Files/m-p/1827387#M1214086</link>
    <description>&lt;P&gt;hi Marcus, what is the /c for? thank you&lt;/P&gt;</description>
    <pubDate>Mon, 09 Aug 2021 08:51:28 GMT</pubDate>
    <dc:creator>elimns</dc:creator>
    <dc:date>2021-08-09T08:51:28Z</dc:date>
    <item>
      <title>Copy Files</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-Files/m-p/1020885#M345388</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 have a requirement of copying the files from one folder to the other without using any macro for the same.&lt;/P&gt;&lt;P&gt;I have used the below command to achieve the same:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;EXECUTE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; cmd.exe /C CP 'C:\Desktop\POC\qvdtest.qvw' 'C:\Desktop\POC\Copy Files'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here my source folder is: C:\Desktop\POC\&lt;/P&gt;&lt;P&gt;File to be copied: qvdtest.qvw&lt;/P&gt;&lt;P&gt;Destination folder is: C:\Desktop\POC\Copy Files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above script executes successfully without any errors but the files are mot being copied to the destination folder.&lt;/P&gt;&lt;P&gt;Can anyone please help me with the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Asma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 10:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-Files/m-p/1020885#M345388</guid>
      <dc:creator>riyazasma1009</dc:creator>
      <dc:date>2016-02-01T10:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Files</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-Files/m-p/1020886#M345389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quite similar to you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/24845"&gt;Copying file from one to another location using script&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/153248" title="https://community.qlikview.com/thread/153248"&gt;Moving file from one folder to another folder | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 10:58:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-Files/m-p/1020886#M345389</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-01T10:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Files</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-Files/m-p/1020887#M345390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;EXECUTE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; cmd.exe /C copy "C:\Desktop\POC\qvdtest.qvw" "C:\Desktop\POC\Copy Files"&lt;/SPAN&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>Mon, 01 Feb 2016 11:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-Files/m-p/1020887#M345390</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-02-01T11:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Files</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-Files/m-p/1020888#M345391</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;Thanks for the quick reply!!! It worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 11:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-Files/m-p/1020888#M345391</guid>
      <dc:creator>riyazasma1009</dc:creator>
      <dc:date>2016-02-01T11:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Files</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-Files/m-p/1020889#M345392</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;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Check this,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;xCOPY /E&amp;nbsp; /Y "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; C:\Desktop\POC\&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;qvdtest.qvw&lt;/SPAN&gt;&lt;/SPAN&gt;"&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;C:\Desktop\POC\Copy Files&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;PFA,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;HTH,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Hirish&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 11:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-Files/m-p/1020889#M345392</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-02-01T11:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Files</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-Files/m-p/1827387#M1214086</link>
      <description>&lt;P&gt;hi Marcus, what is the /c for? thank you&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 08:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-Files/m-p/1827387#M1214086</guid>
      <dc:creator>elimns</dc:creator>
      <dc:date>2021-08-09T08:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Files</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-Files/m-p/1827435#M1214090</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/95498"&gt;@elimns&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was interested in that&amp;nbsp; and found below link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://windowstect.com/what-does-cmd-c-means-in-windows-ms-dos/#:~:text=The%20cmd%20or%20cmd.exe,created%20shell%20will%20be%20closed" target="_blank"&gt;https://windowstect.com/what-does-cmd-c-means-in-windows-ms-dos/#:~:text=The%20cmd%20or%20cmd.exe,created%20shell%20will%20be%20closed&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 11:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-Files/m-p/1827435#M1214090</guid>
      <dc:creator>Ranganath_DR</dc:creator>
      <dc:date>2021-08-09T11:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Files</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-Files/m-p/1827449#M1214091</link>
      <description>&lt;P&gt;great, /c for close, thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 11:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-Files/m-p/1827449#M1214091</guid>
      <dc:creator>elimns</dc:creator>
      <dc:date>2021-08-09T11:58:37Z</dc:date>
    </item>
  </channel>
</rss>

