I want to copy a file here. is this well written in autoit.
FileCopy($sfldr1 & "\license.dat", "C:\Users\Documents\VirtualDJ\", 1) get an error message. It should go to documents\VirtualDJ\ which is or am I doing it wrong.
I want to copy the contents of a Dir\ *.* to another Dir and overwrite the files there. How do I do that in Autoit?
DirCopy ($sfldr1 & "Replace\*.*" , @LocalAppDataDir ,9)
Hope you can help me