home *** CD-ROM | disk | FTP | other *** search
/ Zodiac Super OZ / MEDIADEPOT.ISO / FILES / 16 / COUNT93R.ZIP / COUNT.BAT next >
DOS Batch File  |  1995-09-21  |  576b  |  20 lines

  1. @echo off
  2.  
  3. rem    ┌───────────────────────────────────────────────┐
  4. rem    │Remove the rem depending on which dir. you put │
  5. rem    │the count93r.exe and count.dat files in.       │
  6. rem    └───────────────────────────────────────────────┘
  7.  
  8. rem cd\windows
  9. rem cd\dos
  10.  
  11. count93r.exe
  12.  
  13. rem    ┌─────────────────────────────────────────────────────────┐
  14. rem    │The pause is only for calling of count in an autoexec.bat│
  15. rem    │otherwise it is not needed and can be taken out.         │
  16. rem    └─────────────────────────────────────────────────────────┘
  17.  
  18. pause
  19.  
  20.