Just to complete the thread, I have tried it and it works fine now. Here is what I have done for the command & in Task Scheduler:
- Go to local browser, right-click and then from the popup menu Enqueue > Raw Command. Then press the arrow & enter these lines:
Code:
/cd \\HDD-SERVER\Backup\
/select -f :age+30d
/delete selected
- Right click in queue window & save the queue.
- Load Windows Task Scheduler & create a new basic task. Run FlashFXP as a program and use these arguments:
Code:
-c2 -go deletefiles.fqf
It all appears to be working now. Thanks.