I really to automate deletion of some files on a network share.....if there a simple way to write a batch file to go thru the folder and delete any files older than 2 weeks.....temporary report files ...
Wouldn't it be cool if PowerShell could automatically write scripts so that you didn't have to? Believe it or not, it is possible. Of course the old saying that if something sounds too good to be true ...
Today I came across this software called Batch Compiler. Batch Compiler is an advanced software for scripting batch files and compiling them into EXE files. The free tool offers you a workspace where ...
I only want to keep the newest, say, 4 of each of the files. I can't write a script that just deletes anything older than a certain time from when it runs, as the files don't have consistent ...
Attaching a remote drive or directory on a Windows box is called “drive mapping” though the process is essentially the same as what we call mounting in the Unix world. While I rarely spend any ...