home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PCBOARD / PCBUT10.ZIP / EVENT.001 next >
Text File  |  1994-02-27  |  2KB  |  64 lines

  1. echo off
  2. c:
  3. cd\pcb
  4. Rem ****************************
  5. Rem  Run caller log HACK utility
  6. Rem ****************************
  7. PCBHACK 1:2
  8. Rem ***********************
  9. Rem  Run caller analysis
  10. Rem ***********************
  11. PCBCA 1
  12. copy c:\programs\pcbutil\pcbca1.blt c:\programs\pcbutil\pcbca1.mon
  13. PCBCA 1:7
  14. Rem ***********************
  15. Rem  Back up MAIN dir
  16. Rem ***********************
  17. cd\programs\pcbutil
  18. pcbstrip WHO1.BLT
  19. TXT2MSG 20  -fCOBBA_BBS -tALL -sWho_Called_Today c:\programs\pcbutil\Strip.$$$
  20. if exist c:\pcb\main\*.bak Del c:\pcb\main\*.bak
  21. if exist c:\pcb\main\*.ibk Del c:\pcb\main\*.ibk
  22. if exist c:\pcb\main\temp\main.zip move c:\pcb\main\temp\main.zip c:\pcb\main\temp2
  23. if exist c:\pcb\main\temp2\main.zip move c:\pcb\main\temp2\main.zip c:\backup
  24. pcbcopy c:\pcb\main\*.* c:\pcb\main\temp
  25. pkzip -ex -m c:\pcb\main\temp\main.zip c:\pcb\main\temp\*.*
  26. c:
  27. cd\pcb
  28. rem ************************
  29. Rem -- KILL the users!
  30. rem ************************
  31. pcbsm /PACK;REMOVE;DAYS:365;KEEP:99;LOCKOUT
  32. pcbsm /PACK;REMOVE;DAYS:200;KEEP:21;LOCKOUT
  33. pcbsm /copyexpired;print
  34. pcbsm /sort;name
  35. pcbsm /standardize
  36. cd\pcb\log
  37. pcbstrip user.txt
  38. copy strip.$$$ user.txt
  39. rem ************************
  40. rem Update the File indexes
  41. rem ************************
  42. call c:\util\index.bat
  43. rem ************************
  44. rem Pack the Msg Bases
  45. rem ************************
  46. call c:\util\packmsg.bat
  47. rem ************************
  48. rem -- Create The File Listing
  49. rem ************************
  50. call c:\util\mklist.bat
  51. cd\programs\pcbutil
  52. copy c:\programs\pcbutil\who1.blt c:\programs\pcbutil\who1.old
  53. if exist c:\programs\pcbutil\who1.blt del c:\programs\pcbutil\who1.blt
  54. cd\
  55. lcd /scan
  56. killbak
  57. rem **************************
  58. rem  Blank Call Waiting Stats
  59. rem **************************
  60. c:
  61. cd\pcb
  62. PCBSTATS /FILE:C:\PCB\MAIN\PCBSTATS.DAT /NODE:1 /RESETNODE
  63. board
  64.