rem BACKUP LABPAK LOG FILES rem rem Run this batch file to backup the various log files which may be created during the rem execution of Labpak, for use by FFI customer support and engineering. rem rem Note: the "echo a |" causes the overwrite warning from the copy command to be auto-replied rem with "all". @echo off c: echo a | copy \lpiix\sysdat\errlog2.dbf \lpiix\logs echo a | copy \lpiix\*.log \lpiix\logs\cp echo a | copy \windows\drwatson\*.wlg \lpiix\logs\drwatson echo a | copy %windir%\pvsw.log \lpiix\logs\pervasive echo a | copy \lpiix\temp\faxman.log \lpiix\logs\faxman rem On Win2K systems: cd "\Documents and Settings" xcopy drwtsn32.log* \lpiix\logs\drwatson /s rem On WinNT systems: cd %windir% xcopy drwtsn32.log* \lpiix\logs\drwatson /s cd \