Computing Staff
  • 0

Batch File To Count Deleted Files

  • 0

This is my script to delete and move files, I would like to add a count function to count the deleted files

Share

1 Answer

  1. Regrettably, I don’t know how your script is doing this. if you want to post your script, or the part that is related, there might be an easier answer.
    batch would be something like
    count=count+1 && echo %count%

    • 0