home *** CD-ROM | disk | FTP | other *** search
/ BBS 1 / BBS#1.iso / for-dos / counter.arj / COUNT.BAT next >
Encoding:
DOS Batch File  |  1995-03-30  |  356 b   |  15 lines

  1.     @echo off
  2.     counter.exe
  3.     if not errorlevel 1 goto First
  4.     echo ╔╤════════════════════════╤╗
  5.     echo ║│ Today already booted ! │║
  6.     echo ╚╧════════════════════════╧╝
  7.     goto NoFirst
  8. :First
  9.     echo ╔╤═══════════════════════════╤╗
  10.     echo ║│ It's a first boot today ! │║
  11.     echo ╚╧═══════════════════════════╧╝
  12. :NoFirst
  13.     echo                                (c)Felix
  14.     counter.exe +
  15.