I have got a large number of log files that need to be deleted. Rather than do this manually, I would like to write a quick little script to do this.
My question is, how does vbscript handle the deletefile command. I am worried about machine resources being consumed by a large delete. I know it doesn't send to the recycle bin, so how is it processed.
Thanks in advance.
My question is, how does vbscript handle the deletefile command. I am worried about machine resources being consumed by a large delete. I know it doesn't send to the recycle bin, so how is it processed.
Thanks in advance.