I want to merge multiple text files into one file according the modified time through a VB Script or Powershell Script text1.txt modified at 01:00 Text2.txt modified at 04:00 text3.txt modified at 06:00
Output should be "TextOutput.txt" which has file contents in the sequence Text1, text2.text3 contents.
Open in new window