home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo Demonstrates the ISWHAT BBS command to insert date and
- echo time strings to any Ansi/Ascii screen.
- REM
- echo.
- if not exist logo.* goto missed
- iswhat bbs logo
- goto fini
- :MISSED
- echo The LOGO.ANS and LOGO.ASC should be in this directory for
- echo the purposes of this demonstration.
- goto fini
- :END
- echo.
- echo.
- echo Now tpye the screens, and see what was installed into the
- echo positions of the macros.
- :FINI
-