I'm making a batch file that makes a lot of other files and I'd like to name them by date and time e.g
YYYY-MM-DD HH-MM-SS-MS
Because filenames can't contain "/", ":" or "." in Windows, I need to change how the date and time display and also change the order of display so it shows the files from newest to oldest when ordering by name.