<?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: Delete Text files from a folder in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265751#M99897</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Below line is to delete the Text files from a folder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;execute cmd.exe /c del *.txt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;My New Task is:&lt;/P&gt;&lt;P&gt;Now i need to Move the Text Files from current Foldet to another Folder. This should be done by script in QVW file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Code shold be like above format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How i can work on it ? If any idea regarding this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Aug 2011 07:33:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-08-19T07:33:27Z</dc:date>
    <item>
      <title>Delete Text files from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265739#M99885</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;How can i delete all Text Files from a particular folder in my machine by using Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN my machine D:\Data\TextFiles&amp;nbsp; folder having for 4 text files. Now i want to delete the files by using the Qlikview functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 08:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265739#M99885</guid>
      <dc:creator />
      <dc:date>2011-08-11T08:31:28Z</dc:date>
    </item>
    <item>
      <title>Delete Text files from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265740#M99886</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; For that you need to search for VBScript code to achieve this, as this is not a part of Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; But you can use that code in Qlikview as Qlikview supports VBScript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 09:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265740#M99886</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-08-11T09:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Text files from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265741#M99887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, If you want to delete files using macro, this is the code : (it will delete only text files in the folder C:\Folder)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub DeleteFiles&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set filesys = CreateObject("Scripting.FileSystemObject")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; filesys.DeleteFile "c:\Folder\*.txt"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also see it working in the attachment (you need to allow system access to macros)&lt;/P&gt;&lt;P&gt;Hope this helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 10:21:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265741#M99887</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-08-11T10:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Text files from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265742#M99888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to do it from script, this is the code: &lt;BR /&gt;EXECUTE del C:\Folder\*.txt /q&lt;/P&gt;&lt;P&gt;On the script window, settings tab (bottom of the screen), you need to mark 'Can execute external program'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 10:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265742#M99888</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-08-11T10:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Text files from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265743#M99889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls can you explain little more clear&amp;nbsp; on doing through EditScript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't get you point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 07:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265743#M99889</guid>
      <dc:creator />
      <dc:date>2011-08-12T07:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Text files from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265744#M99890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;This is a line you should include in your script: &lt;/P&gt;&lt;P&gt;EXECUTE del C:\Folder\*.txt /q&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The execute command will send it to windows. It's the same as opening DOS prompt and writing the command there.&lt;/P&gt;&lt;P&gt;Del will exclude .txt files in the folder C:\Folder\&lt;/P&gt;&lt;P&gt;the /q parameter will make this command run quietly (without opening the prompt window or showing messages when it finishes)&lt;/P&gt;&lt;P&gt;Hope it helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 11:03:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265744#M99890</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-08-12T11:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Text files from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265745#M99891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for very late reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your Script code but generating an error "SCRIPT LINE ERROR".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls see the attached document. And update me where i am done wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 13:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265745#M99891</guid>
      <dc:creator />
      <dc:date>2011-08-16T13:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Text files from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265746#M99892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;execute cmd.exe /c del *.txt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 13:41:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265746#M99892</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-08-16T13:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Text files from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265747#M99893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf Becher,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Edit script it working fine now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now i am trying with macro code but it is not deleting the files from folder.&lt;/P&gt;&lt;P&gt;Always it is geneating Else part msgbox i.e; NO FILES TO DELETE. The folder contains Text files also but it is not entering into "if loop".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls check the below macro code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sub DeleteFiles&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Set filesys = CreateObject("Scripting.FileSystemObject")&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;If filesys.FileExists("D:\TestAllFlatFiles\*.txt") then&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;filesys.DeleteFile "D:\TestAllFlatFiles\*.txt"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Msgbox("Files Deleted")&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Else&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Msgbox("No Files to delete")&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;End If&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;End Sub &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;Venkat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 14:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265747#M99893</guid>
      <dc:creator />
      <dc:date>2011-08-16T14:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Text files from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265748#M99894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will not work. You have to loop over files:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://groups.google.com/group/microsoft.public.scripting.vbscript/browse_thread/thread/44b57743b25ace8b"&gt;http://groups.google.com/group/microsoft.public.scripting.vbscript/browse_thread/thread/44b57743b25ace8b&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 14:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265748#M99894</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-08-16T14:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Text files from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265749#M99895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf Becher,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its working fine now by using your macro code. It was awesome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls can you explain in detail of this code, that would be very useful to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 15:01:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265749#M99895</guid>
      <dc:creator />
      <dc:date>2011-08-16T15:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Text files from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265750#M99896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf Becher,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How r u ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i using the below line then it is displaying an MessagePrompt. After clicking the button of "Override Security, Execute this Statement" the action is performing correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;execute cmd.exe /c del *.txt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever i reload it is displaying the Message same. After Clicking the button it is performing the our required action.&amp;nbsp; I attaching the image in below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DeleteFilesfromFolder.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/6616_DeleteFilesfromFolder.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i change the code for not to displaying MessagePrompt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="position: absolute; width: 1px; height: 1px; overflow: hidden; top: 0px; left: -10000px;"&gt;﻿&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 05:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265750#M99896</guid>
      <dc:creator />
      <dc:date>2011-08-19T05:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Text files from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265751#M99897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Below line is to delete the Text files from a folder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;execute cmd.exe /c del *.txt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;My New Task is:&lt;/P&gt;&lt;P&gt;Now i need to Move the Text Files from current Foldet to another Folder. This should be done by script in QVW file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Code shold be like above format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How i can work on it ? If any idea regarding this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 07:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265751#M99897</guid>
      <dc:creator />
      <dc:date>2011-08-19T07:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Text files from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265752#M99898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just use the 'move' command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;execute cmd.exe /c move *.txt target_folder;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can execute any OS command..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 08:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265752#M99898</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-08-19T08:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Text files from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265753#M99899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry for late reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you said is working fine.&amp;nbsp; But it is always showing an PromptMessage after clicking on the "Override Security, Execute this Statement".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How i can make it not to display while reloading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 10:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265753#M99899</guid>
      <dc:creator />
      <dc:date>2011-08-19T10:11:03Z</dc:date>
    </item>
    <item>
      <title>Delete Text files from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265754#M99900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what Version of QV do you run?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Have you checked out: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/message/73851#73851"&gt;http://community.qlik.com/message/73851#73851&lt;/A&gt;&lt;SPAN&gt; ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 10:32:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265754#M99900</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-08-19T10:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Text files from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265755#M99901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That really good. It helps me,&amp;nbsp; not to display that message everytime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 11:24:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265755#M99901</guid>
      <dc:creator />
      <dc:date>2011-08-19T11:24:33Z</dc:date>
    </item>
    <item>
      <title>Delete Text files from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265756#M99902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="19.08.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/6637_19.08.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 11:28:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265756#M99902</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-08-19T11:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Text files from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265757#M99903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf,&lt;/P&gt;&lt;P&gt;Thank you its working after checking the option in Edit Script .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venkat &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 11:54:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265757#M99903</guid>
      <dc:creator />
      <dc:date>2011-08-19T11:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Text files from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265758#M99904</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;how to write macro code for copying the images(.bmp) from one folder(source folder) and paste into another folder(destination folder).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea on this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in&amp;nbsp; advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 09:20:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Text-files-from-a-folder/m-p/265758#M99904</guid>
      <dc:creator />
      <dc:date>2012-02-22T09:20:55Z</dc:date>
    </item>
  </channel>
</rss>

