home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / HARVEY47.ZIP / SAMPLE.TXT < prev    next >
Text File  |  1992-09-28  |  3KB  |  78 lines

  1. The following are some things I do on my system nightly which some of you might be interested in.
  2.  
  3. // Private Netmail message to ME with System information.  This is what is
  4.    in my BBS.BAT (main system batch file) under nightly maintenance.
  5.  
  6. rem ******** ROBOTICS: System Reporting **************************
  7.  
  8. Echo ██ Incoming mail log...>STATUS.REP
  9. if exist \max\TEXTS\LASTECHO.bbs type \max\TEXTS\LASTECHO.bbs >>STATUS.REP
  10. if not exist \max\TEXTS\LASTECHO.bbs Echo none>>STATUS.REP
  11. if exist \max\TEXTS\LASTECHO.bbs DEL \max\TEXTS\LASTECHO.bbs
  12. echo:>>STATUS.REP
  13. Echo ██ Netmail Costs...>>STATUS.REP
  14. BINKLOG \max\texts\max.log,total>>STATUS.REP
  15. echo:>>STATUS.REP
  16. Echo ██ Memory Status...>>STATUS.REP
  17. \dos\mem /c>>STATUS.REP
  18. echo:>>STATUS.REP
  19. Echo ██ Outbound Directories...>>STATUS.REP
  20. Echo:>>STATUS.REP
  21. Echo ** Local>>STATUS.REP
  22. OUT \max\msg\outmail\>>STATUS.REP
  23. Echo:>>STATUS.REP
  24. Echo ** Points>>STATUS.REP
  25. out c:\max\msg\outmail\00f90072.pnt\>>STATUS.REP
  26. Echo:>>STATUS.REP
  27. Echo ** International>>STATUS.REP
  28. out c:\max\msg\outmail.01f\>>STATUS.REP
  29. echo:>>STATUS.REP
  30. Echo ██ Upload Directory... (shows free disk space)>>STATUS.REP
  31. dir \MAX\FILE\S_UPLOAD\*.*>>STATUS.REP
  32.  
  33. H REPORT.h
  34. del STATUS.REP
  35.  
  36. rem ******** ROBOTICS: TIC File Reporting ************************
  37.  
  38. ticin ticin
  39. if exist ticin.hsg h ticin.h
  40. if exist ticin.hsg del ticin.hsg
  41.  
  42. rem **************************************************************
  43.  
  44. // The following are some useful tools for doing this type of thing...
  45.    Note, I'm using DOS 5 for the memory report, mapmem works with <v5.0...
  46.  
  47. AFM104.ZIP    Automatic File Mover (File Robot - send/receive)
  48. TICIN102.ZIP  TIC attach File Mover (File Robot - simple tic receive only)
  49.               Companion and/or stand alone utility for receiving TIC attach
  50.               files without having to setup a complete TIC system.  Very
  51.               simple and small to implement.  Creates reports for the 
  52.               Robot of activities.
  53. OUT.ZIP       Outbound Mail area report
  54. BINKLOG.ZIP   BINKLEY log analyser with cost totals.
  55. CHKDAY.ZIP    Check for day number and exit w/errorlevel
  56. CHKMSGS.ZIP   Companion and/or stand alone utility for checking incoming
  57.                *.msg files for robotic commands / messages.
  58.  
  59. These are available on HARVEY support sites...
  60.  
  61. The latest version of HARVEY is available from the following nodes, or on
  62. your favorite SDS site.  HARVEY Support Sites use F/req name of: HARVEY
  63.  
  64.  US       Preston Smith, Colorado Springs, Colorado  1:128/77  2400, HST/DS
  65.  CANADA   Bill Cassidy, Kingston, Ontario     (NEC)  1:249/1   HST/DS
  66.  GERMANY  Peter Kaszanics, Essen, Germany            2:245/8   V32b,V42b
  67.           Peter Kaszanics, Essen, Germany            2:245/100 V32b,V42b
  68.           Peter Kaszanics, Essen, Germany            2:245/104 V32b,V42b
  69.  
  70. Other works by Harvey Parisien, Magic FREQ names for 1:249/1 HST/DS
  71.  
  72.        RAD = dBASE III file compatible, BBS or REMOTE online database
  73.      HLIST = HLIST File List Compiler for files.bbs systems
  74.      OMENU = oMENU the Ultimate disk Menu System
  75.      POINT = PPoint - Professional Point System - easy and automatic
  76.     HARVEY = "Harvey the Robot" automated message mailer *.PKT format
  77.    OFFLINE = The easy to use, QWK offline reader
  78.