In a folder with variations of untitled.mp3, untitled[1].mp3, need to rename adding the date and time stamp to the filename. I know that something like this: FileMove(@ScriptDir & "\*.mp3", @ScriptDir & "MP3file- " & ... [date & time] ... & ".mp3", 8) should more or less do the trick of renaming (with tweaking, I'm going by memory so might not have syntax quite right; I'll fix later). But how could we add the file's date and time stamp in the [date & time] block abo