home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / TDYLST20.ZIP / TIDYLIST.DOC < prev    next >
Text File  |  1993-09-08  |  4KB  |  115 lines

  1.  
  2.                               T i d y L i s t
  3.  
  4.                                     by
  5.                               John Greenwood
  6.               Version 2.0                        Compiled 08/09/93
  7.  
  8.                   A Public Domain Utility for Wildcat! SysOps
  9.                         from The Development System BBS
  10.                                 (071) 388 4764
  11.  
  12. WHAT IT DOES:
  13. =============
  14. TidyList simple scans your WildCat! files database and creates an ASCII 
  15. report listing new files. The areas scanned and number of days to look 
  16. for are easily configured from within TidyList.
  17.  
  18. TidySess was originally written to alow automatic messages to be sent via
  19. a local mail network (TheNet, UK) so other Sysops could see what I'd got <g>
  20.  
  21. SETTING UP:
  22. ===========
  23. Just copy the TIDYLIST.EXE to anywhere in your Dos path. TidyList only uses
  24. one Environmental variable, WCHOME, and you should all have that!        
  25.  
  26. The first time TidyList is run, or when you want to change the setup, you 
  27. will need to enter;
  28.  
  29.     TIDYLIST SETUP
  30.  
  31. this will then present you with a familiar WildCat! scroll window listing
  32. the available file areas. All the usual keys work here, (Up, Dn, PgUp, PgDn,
  33. Ctrl-C, Ctrl-S, F10, Esc). The left & right arrow will allow you to change
  34. the number of days back TidyList will search. [ESC] will abort the setup,
  35. nothing will be saved! [F10] will exit and save the configuration.
  36.  
  37.  
  38. RUNNING THE PROGRAM:
  39. ====================
  40. TidyList was designed to be run sometime after MidNight, with the number 
  41. of days to search set at 1. This will then create a list of files uploaded
  42. yesterday. If TidyList is run before Midnight then the number of days should
  43. be Zero to list files uploaded today!                        
  44.  
  45. Simple add the following line to your daily batch file; 
  46.  
  47.     TIDYLIST
  48.  
  49. The all you need to do if check for a file named 'TIDYLIST.TXT' in the 
  50. current directory, and decide what to do with it!
  51.  
  52.     IF EXIST TIDYLIST.TXT POSTMSTR /C:12 /I:TIDYLIST.TXT /F:TDS
  53.    or
  54.     IF EXIST TIDYLIST.TXT COPY TIDYLIST.TXT C:\WC30\BULL\BULL12.BBS
  55.  
  56. There is no need to delete the TIDYLIST.TXT, as it will be removed next tidy
  57. TidyList is run.
  58.    
  59. EXAMPLE TIDYLIST.TXT FILE
  60. ========================
  61.  
  62.                       ╔════════════════════════╗
  63.                       ║ The Development System ║
  64.                       ╚════════════════════════╝
  65.  
  66.             Below is the List of Files Uploaded Yesterday
  67.            ═══════════════════════════════════════════════
  68.  
  69.         IBM - Programming
  70.         ─────────────────
  71.         POINT164.ZIP    141k Professional Point Version 1.64
  72.                              - Netmail Point Setup Prog.
  73.  
  74.         IBM - MS Windows Support
  75.         ────────────────────────
  76.         BARCOD39.ZIP      6k A Windows True Type Font for
  77.                              Printing US39 BarCodes
  78.  
  79.         IBM - Wildcat! 3.xx Support
  80.         ───────────────────────────
  81.         CMTSTP13.ZIP     11k Comment Version 1.3 - Add Scan
  82.                              Version Numbers to Archives
  83.         SUB10.ZIP        24k System Usage Bulletin Version
  84.                              1.0 - 24 Hour Bar Graph
  85.  
  86.         IBM - Windows NT Support
  87.         ────────────────────────
  88.         IOPORT.ZIP       24k Simple IO Port Drivers Version
  89.                              0.9 - for Windows NT
  90.         RASINF.ZIP      135k RAS Info for Windows NT
  91.  
  92.  
  93.              6 new files, totalling 341k yesterday
  94.  
  95.       ■ TIDYLIST Version 2.0ß - (c) John Greenwood, 8th Sept 93
  96.  
  97. PROBLEMS, SUGGESTIONS
  98. =====================
  99. TidyList is Public Domain. I don't seek or accept any donations for this.
  100. I welcome suggestions, and will try to help (no guarantees) if there are
  101. problems. You may also leave a message via TheNet, WildNet or my BBS
  102. number given above.
  103.  
  104. There are a few error messages and TidyList doesn't WRITE to any of your
  105. WildCat! configuration files, it just READS them.
  106.  
  107. REVISION HISTORY:
  108. =================
  109.  
  110. Version 1.0     Compiled xx/02/93       Original Attempt - Yuck
  111. Version 1.2     Compiled 12/03/93        Final 'Scruffy' Version
  112.                     (Never Released)
  113. Version 2.0    Compiled 08/09/93    Everything coded into one
  114.                     program file - Public Release
  115.