I have a simple batch script that has one line of code like this:
TestComplete.exe /run "C:\Users\user\Documents\TestComplete 14 Projects\CalcTest\Calculator\Calculator.mds" /exportLog:"C:\TestLogs\<FolderName>\Log.html"
What I would like to do is where the FolderName is towards the end, populate it with Date/Timestamp in it's place
So it would look something like this:
TestComplete.exe /run "C:\Users\user\Documents\TestComplete 14 Projects\CalcTest\Calculator\Calculator.mds" /exportLog:"C:\TestLogs\Jun 09 2018 15:28:14\Log.html"
Batch scripting is new to me so I am not sure how to go about this.
Thanks