home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / rbbs / smlcal21.lzh / SMLCALL.SCR < prev   
Text File  |  1988-04-05  |  2KB  |  61 lines

  1.   '
  2.   '   Now for Command # 0    Graph the System/Caller Utilization
  3.   '
  4. 0           ' You don't need to comment your script but it may help you later
  5. 02/01/88    '   Smlcall will only need to look at the first word of the
  6. 02/31/88    '   SMLCALL.SCR file for its input.   It ignores everything after
  7. ALL         '      the    '   in this file
  8. 1
  9. F:\RBBS\TEMP0
  10.   '
  11.   '   Now for Command # 1     List Downloads/Uploads into the TEMP1 file
  12. 1
  13. {           '  Press enter to default to the same beginning date as set above
  14. {           '  Press enter to default to the same ending    date as set above
  15. ALL         '  Search string is All
  16. {           '  Press enter to default to Node 1
  17. F:\RBBS\TEMP1       '  Save it in File  TEMP1 off of Path  F:\RBBS\
  18.   '
  19.   '   Now for Command # 2     List Caller Activity and save into TEMP2
  20. 2
  21. {           ' beginning date
  22. {           ' ending    date
  23. {           '  Let it default to same search string as set above  "ALL"
  24. Y           ' Yes, to answer of Echo print or not
  25. TEMP2       ' Save it in file  TEMP2
  26. {           ' Default to Node 1
  27.   '
  28.   '   Now for Command # 3     List the Top 40 Downloaded Files
  29. 3
  30. {           ' beginning date
  31. {           ' ending    date
  32. {           '  Let it default to same search string as set above  "ALL"
  33. Y           ' Yes, to answer of Echo print or not
  34. TEMP3       ' Save it in file  TEMP3
  35. {           ' Default to Node 1
  36.   '
  37.   '   Now for Command # 4     List Highest  Download/Upload  Callers
  38. 4
  39. {           '  Press enter to default to the same beginning date as set above
  40. {           '  Press enter to default to the same ending    date as set above
  41. ALL         '  Search string is All
  42. {           '  Press enter to default to Node 1
  43. F:\RBBS\TEMP4       '  Save it in File  TEMP4 off of Path  F:\RBBS\
  44.   '
  45.   '   Now for Command # 5    List all Download/Upload Ratios
  46. 5
  47. {           ' Beginning date
  48. {           ' Ending    date
  49. {           ' Let it default to same search string as set above  "ALL"
  50. Y           ' Yes, to answer of Echo print or not
  51. TEMP5       ' Save it in file  TEMP5
  52. {           ' Default to Node 1
  53.   '
  54.   '   Now for Command # 6    Insert the TEMP0 file into the Message base
  55.   '
  56.   '
  57.   '  Okay, now, I will input  9  for exit
  58.   '
  59. 9
  60.  
  61.