home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Media Share 9
/
MEDIASHARE_09.ISO
/
ra
/
ramaint.zip
/
LOGPACK.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-02-05
|
440b
|
12 lines
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