I have created a file with path and filename. I am passing the file names, via the command line, one at a time my batch file. I am using the %~1, %~t1, %~z1 to obtain the time and size values. I want to write each record to a file for sorting. The time and file sizes will be different and I want to save the version with the best information.I have created a file with path and filename. I