home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / DAYSTS15.ZIP / RESET.BAT < prev    next >
DOS Batch File  |  1992-10-02  |  468b  |  10 lines

  1. REM  This is a sample batch file which will reset your PCBSTATS.DAT
  2. REM  file. My own BBS has two nodes so I reset my file exactly as
  3. REM  is shown below. Your BBS may require different parameters etc.
  4. REM  Check your PCBoard documentation or CDC for more help with
  5. REM  reseting your PCBSTATS.DAT file.....
  6.  
  7. @echo off
  8. pcbstats /FILE:D:\PCB\MAIN\PCBSTATS.DAT /RESETALL /NODE:2 /KEEPCALLER
  9. pcbstats /FILE:D:\PCB\MAIN\PCBSTATS.DAT /RESETALL /NODE:1 /KEEPCALLER
  10.