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

  1. @echo off
  2. cls
  3. REM Turn off IsWhat's screen displays...
  4. REM
  5. REM set iwshow=no
  6. REM Set the date and time variable at one call...
  7. iswhat dt
  8. REM Now display the two environment variables.
  9. echo Todays date is %cdate%
  10. echo The time is %ctime%
  11. echo.
  12. echo Now writing a "log line" to TEST_TD.LOG
  13. echo Ran TEST_TD.BAT on %cdate% at %ctime% ..... nifty! >> test_td.log
  14. REM
  15. REM  If not needed, set them back to NUL, save environment space.
  16. REM  Also set IWSHOW to NUL
  17. set cdate=
  18. set ctime=
  19. set iwshow=
  20.