VBS Function (adapt paths according environment):
Function LogMove
dim fso
set fso = CreateObject("Scripting.FileSystemObject")
fso.CopyFile "C:\Users\Admin\Desktop\Log.log", "C:\Users\Admin\Desktop\Log\Log.log"
End Function
Script:
let vlog = LogMove();
Then Reload