Closed
How to Call Window Scripts form Pega
How to Call Window Scripts form Pega
I need to remove files from one folder which are older than 30 days. If any one has the code please let me know.
***Moderator Edit: Vidyaranjan| Updated Categories***
Hi ,
You can try batch file with below and call it from pega activity and configure the activity to run on agent.Hope this helps you.
forfiles -p "C:\what\ever" -s -m *.* -d <number of days> -c "cmd /c del @path"