I am quite new to scripts so I am mostly googling things, but I was unable to find exactly what I am looking for. I need script that will write output to file with current date as name. But this file has to be created as new everyday by running this script.
So I am looking for something that will automatically create file with current date as name and then my already created script will write output into that file.
My script is:
%ECM_ARCHIVE_SERVER%\bin\profile.bat
%ECM_ARCHIVE_SERVER%\bin\dsCD.exe -size > D:\....\.....\(automatically created file with date as name) <- created before.
Thanks for any advices.