@Echo off
cls
ECHO
ECHO This is your typical CALLERS.LOG file:
ECHO
ECHO [please press a key]
pause > nul
cls
type CALLERS.LOG
pause > nul
cls
ECHO With NICELOG you can convert it to any of the following included
ECHO formats or create formats of your own. The possibilities are only
ECHO limited by your imagination. You will require ANSI.SYS or an
ECHO equivilant driver to view this.
pause > nul
cls
nicelog ntag.cfg
type nice.log
pause > nul
cls
nicelog nred.cfg
type nice.log
pause > nul
cls
nicelog stand.cfg
type nice.log
pause > nul
cls
nicelog nweird.cfg
type nice.log
del nice.log
pause > nul
cls
ECHO
ECHO View NICELOG.DOC for quick instructions on how to use this program.
ECHO