home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / ISWHT103.ZIP / EXAMPLES.ZIP / IW_BBS.BAT next >
Encoding:
DOS Batch File  |  1996-01-28  |  448 b   |  20 lines

  1. @echo off
  2. cls
  3. echo   Demonstrates the ISWHAT BBS  command to insert date and
  4. echo   time strings to any Ansi/Ascii screen.
  5. REM
  6. echo.
  7. if not exist logo.* goto missed
  8. iswhat bbs logo
  9. goto fini
  10. :MISSED
  11. echo The LOGO.ANS and LOGO.ASC should be in this directory for
  12. echo the purposes of this demonstration.
  13. goto fini
  14. :END
  15. echo.
  16. echo.
  17. echo Now tpye the screens, and see what was installed into the
  18. echo positions of the macros.
  19. :FINI
  20.