home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / fasort.lzh / readme.txt < prev   
Text File  |  1993-08-29  |  2KB  |  53 lines

  1. The name Fasort is short for File Areas Sort.  It is not short for fast. 
  2. Fasort uses an easy to program bubble sort routine which is not noted for 
  3. speed.  However, it's fast enough for the job you'll be using it for.
  4.  
  5. Fasort.cmd will alphabetize the files listed in your Files.bbs files.
  6. You can use it 2 different ways.
  7.  
  8. 1. Create a file called Fasort.cfg which lists the directories in which you
  9. have a Files.bbs.  Put Fasort.cfg in the same directory that Fasort.cmd
  10. runs from.  Fasort.cfg should look something like this:
  11.  
  12. %  Comments must begin with a % character.
  13. d:\downloads\comms
  14. d:\downloads\utilities
  15. d:\downloads\graphics
  16. % end fasort.cfg.
  17.  
  18. Each line in Fasort.cfg should be a pathname to a directory, not a pathname
  19. that ends with a filename.  The filename "Files.bbs" is assumed.
  20.  
  21. All you need on the command line (or in a batch file) is
  22.  
  23. fasort
  24.  
  25. with no parameters.  Fasort.cmd will read Fasort.cfg and process the 
  26. Files.bbs in each of the directories in the list.  You would probably run 
  27. Fasort this way after hurling a number of files out of your uploads 
  28. directory into several different download directories.
  29.  
  30.  
  31. 2.  Run Fasort with a single parameter to alphabetize just a single 
  32. files.bbs.  For example
  33.  
  34.      fasort c:\dwnlds\maxutils
  35.  
  36. will sort the files.bbs in directory c:\dwnlds\maxutils and ignore
  37. Fasort.cfg entirely.
  38.  
  39.  
  40. Command Line Switches
  41. =====================
  42.  
  43. Fasort will run Fbp.exe after it has finished alphabetizing.  To prevent
  44. Fasort from invoking Fbp use the command line switch "/N" or "/n" after the
  45. directory parameter (if any).  For example:
  46.  
  47. fasort /N    
  48. fasort d:\files\comms /N 
  49.  
  50.  
  51.   
  52.  
  53.