home *** CD-ROM | disk | FTP | other *** search
- if not exist c:\ra\oldlog.log goto make_log
- if not exist c:\ra\ystdy.log goto get_today
- copy c:\ra\oldlog.log + c:\ra\ystdy.log c:\ra\oldlog.log
- :get_today
- if exist c:\ra\callers.log copy c:\ra\callers.log c:\ra\ystdy.log
- del c:\ra\callers.log
- goto log_done
- :make_log
- if exist c:\ra\ystdy.log copy c:\ra\ystdy.log c:\ra\oldlog.log
- if exist c:\ra\callers.log copy c:\ra\callers.log c:\ra\ystdy.log
- del c:\ra\callers.log
- :log_done