On 7 Dec 2006 23:20:49 -0800, in alt.internet.wireless , "sowhat"
<ordidoctor@gmail.com> wrote:
>I also need a good software for deletion of a whole folder and file in
>order to flush recorded movies every few days.
This is trivial. Windows ? use 4dos and a batch script, scheduled via
the task scheduler. Experiment first to get the syntax right. Assuming
datestamped directories, something like
del /s /y /q %@year[%date]%@month[%date]\*.*
rd /s /y /q %@year[%date]%@month[%date]
On unix its even easier.
--
Mark McIntyre