home *** CD-ROM | disk | FTP | other *** search
/ Lion Share / lionsharecd.iso / bbs_oth / tdfiles.zip / BATCH.BAT next >
DOS Batch File  |  1991-07-09  |  651b  |  21 lines

  1. REM Copy all database files, creates a text file
  2. REM of the files copied, and append teh text file
  3. REM to the end of the activity log, and then return
  4. REM to WILDCAT! - TD
  5. REM Then zip up the data file "TDFILES.DAT" and
  6. REM copy to you subdirectory where you have the
  7. REM download file defined in the makewild files area.
  8. copy *.dat c:\wildcat\backup
  9. copy *.dia c:\wildcat\backup
  10. copy *.idx c:\wildcat\backup
  11. dir c:\wildcat\backup\*.* >> activity.log
  12. TDFILES
  13. PKZIP TDFILES.ZIP TDFILES.DAT
  14. COPY TDFILES.ZIP C:\WILDCAT\ALLFILES\*.*
  15. DEL TDFILES.ZIP
  16. COPY TDFILES.DAT C:\WILDCAT\ALLFILES\*.*
  17. DEL TDFILES.DAT
  18. WAIT! 60
  19. CD C:\WILDCAT
  20. CAT
  21.