home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / newfil11.zip / NEWFILES.DOC < prev    next >
Text File  |  1994-01-23  |  3KB  |  86 lines

  1.                             NEWFILES V1.1
  2.  
  3. The OS/2 Shareware BBS is one of my favorite BBSs for OS/2 related
  4. files.  At last look, it contained nearly 1 megabyte of file listings
  5. and descriptions.  This abundance of files can be a lot to wade
  6. through when you go to look for all the new files since the last time
  7. you downloaded the ALLFILES.TXT list.  Pete's OS2NEW shows the newest
  8. 100 files, but may not cover the new files since the last time you
  9. logged on.
  10.  
  11. NEWFILES.CMD is a simple REXX exec to search for new files in OS/2
  12. Shareware BBS's ALLFILES.TXT file.  You may look for all files that
  13. are new to the BBS since a specified date, or you may look for all files
  14. that are new to the BBS within the last so-many days.
  15.  
  16. To install NEWFILES, just put NEWFILES.CMD in a subdirectory that's in
  17. your PATH. If that sentence didn't make any sense to you, just stick
  18. it in your \OS2 subdirectory.  When executing NEWFILES, make sure
  19. that the directory that you execute it in contains the OS/2 Shareware
  20. BBS's ALLFILES.TXT in it.  Also, NEWFILES uses the REXX utility
  21. functions, so you'll need to be running OS/2 2.1.  OS/2 2.0 MAY work
  22. if you have the Service Pack installed, but I haven't tried it.
  23.  
  24. To use NEWFILES, simply enter NEWFILES followed by a date in one of
  25. the following formats:
  26.     mm-dd-yy
  27. or
  28.     mm/dd/yy
  29. Either way is fine.  For example:
  30.  
  31.     NEWFILES 07-05-93
  32.  
  33. You don't HAVE to put the zeros in front of a day or month.  In other words,
  34.  
  35.     NEWFILES 7-5-93
  36.  
  37. works just as well.  So does
  38.  
  39.     NEWFILES 7/5/93
  40.  
  41. You can also use NEWFILES to get all the new files within the last
  42. so-many days by using the following format:
  43.  
  44.     NEWFILES nbr_days
  45.  
  46. For example, if you want a list of all the new files within the last 100 days,
  47. you just enter:
  48.  
  49.     NEWFILES 100
  50.  
  51. In all cases, the output file that is produced is called ALLFILES.NEW
  52. by default.  You can change this by adding another parameter as the
  53. last parameter--the output filename you want to call it.  For example,
  54. if you want all the new files within the last 30 days, and you want
  55. the output file to be called OS2SHARE.MTH, you would type
  56.  
  57.     NEWFILES 30 OS2MONTH.MTH
  58.  
  59. NEWFILES is VERY dependent on the format of ALLFILES.TXT.  It seems to
  60. work OK with the current format, but if it changes in the future,
  61. NEWFILES is probably busted.  If this happens, just leave me E-mail @
  62. OS/2 Shareware BBS, or drop me a line at the address below.  BTW,
  63. because there is another fine individual with the name Steve Allen @
  64. OS/2 Shareware BBS, you'll need to leave BBS mail to my BBS
  65. name--Steveo Allen.
  66.  
  67. In addition, if you can think of improvements or suggestions for
  68. NEWFILES, let me know and I'll try to stick them in the next release. 
  69. Thanks to Joe Hartman of San Diego, CA for the suggestions that for the
  70. most part make up the changes to NEWFILES V1.1.  I may not be able to
  71. respond to your suggestions right away, but I'll make every effort to
  72. incorporate them when I get around to it<g>.
  73.  
  74. NEWFILES is FreeWare--Decent!
  75.  
  76. Steve Allen
  77. Altech Computer Services
  78. 121 Herta St.
  79. Easley, SC 29640
  80. (803) 234-5071
  81.  
  82. Jan 94
  83.  
  84. /* end of NEWFILES.DOC */
  85.  
  86.