I am copying a file from one folder into another folder. I would like to name the destination file in this specific way:
filename-currentdatetime-computername-username.txt
How do I do this using a batch file with Windows commands?
I need to get the original filename followed by the current system date time and then the computernaem and the user that is logged on