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 ...
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 ...
In the chain of events of an app updating itself, I'd like the final batch file to delete itself and close the command window it is running in. Thus far, I seem to be able to do one or the other, ...