@echo off rem -- Update the base diagnostic logs with the current logs. copy /y DIAG-SUITE.log DIAG-SUITE.base.log copy /y DIAG-DUS-III.log DIAG-DUS-III.base.log copy /y DIAG-DUS.log DIAG-DUS.base.log copy /y DIAG-ONLINE.log DIAG-ONLINE.base.log copy /y LP-Verifier.printer LP-Verifier.base.printer echo. echo The base logs are now current.