Name: Anonymous 2010-04-26 22:26
I'm trying to make a simple backup script with a timestamp, but it keeps giving me an error. How can I fix this?
FormatTime, myTime, , MM-dd-yyyy
Destination = G:\USB\%myTime%
ErrorCount := CopyFilesAndFolders("H:\*.*", %Destination%)
FormatTime, myTime, , MM-dd-yyyy
Destination = G:\USB\%myTime%
ErrorCount := CopyFilesAndFolders("H:\*.*", %Destination%)