Search found 2 matches

by Quark101
22.09.2010, 00:51
Forum: General Discussion
Topic: Delete files from a directory by reading directory report?
Replies: 1
Views: 2976

Re: Delete files from a directory by reading directory repor

I have meanwhile solved the problem with two script files (windows batch files) one with 1 line of code and the other with 4 lines of code!

Here they are:

------ batch file 1 ----------

dir "C: <directory1> " >"C: <directory2> \FileList.txt"

-- end of batch file 1 -------


------ batch file 2 ...
by Quark101
21.09.2010, 13:46
Forum: General Discussion
Topic: Delete files from a directory by reading directory report?
Replies: 1
Views: 2976

Delete files from a directory by reading directory report?

Hello,

I have fond this interesting program and before I install it I want to make sure can it solve my problem. I want to achieve this:

1) I create a directory list (txt report) for a directory. The list contains all the files in the specified directory (including time stamps and all the other ...