There are two large (5 GB each) DBF files that need to be backed up before a process is run via MS Access. This is in case something gets corrupted.
Right now I am doing two filecopy() commands within the VBA but I suspect it is slow.
What is the best way to perform this backup automatically and efficiently? Can it be done from a batch file or something similar? I cannot install new software.