home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / COPYLOG2.ARJ / INSTALL.BAT < prev    next >
DOS Batch File  |  1989-12-29  |  1KB  |  23 lines

  1. ECHO OFF
  2. CLS
  3. ECHO Creating New Subdirectory \BBS\OLD_LOGS
  4. ECHO ----------------------------------------
  5. MD\BBS\OLD_LOGS
  6. ECHO Completed.  Please run INIT now and select item 4 (External Programs).
  7. MD\C:\RECORDS
  8. ECHO Completed.  New Directory C:\RECORDS created
  9. ECHO For Timed Event, Enter
  10. ECHO                           C:\BBS\COPY_LOG
  11. ECHO ----------------------------------------------------------------------
  12. ECHO For Time Of Timed Event, enter time of day (in number of minutes since
  13. ECHO midnight) that you want the log backup to occur.
  14. ECHO -----------------------------------------------------------------------
  15. ECHO If someone is on-line at the time that the backup is set to occur, WWIV
  16. ECHO will wait till they log off, then perform the backup procedure.  Note that
  17. ECHO the backups are kept in a subdirectory called \BBS\OLD_LOGS, and that
  18. ECHO a backup of ALL logs is kept here, including NETWORK and DAILY logs.
  19. ECHO The RECORDS Directory will make copies of all *.NET files, *.LST files,
  20. ECHO and CONFIG.DAT.  It will also make a ZIP file out of all your Old *.LOG
  21. ECHO files called GFILES.ZIP and store it in the RECORDS directory.
  22. ECHO Pretty neat, eh Holmes?
  23.