Please,
I have many aplications on diferent folders (each folder for each aplication).
I need that script to run every day looking if there is a new version of the application (which will have the extension .new). If it has, it should delete the file .old, rename the actual (.exe) to .old and then rename the .new to .exe
I have more than 50 aplications to do it every day.
Thanks!