home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / BUSTX.ZIP / BUSTX.DOC next >
Text File  |  1993-07-14  |  2KB  |  46 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                      BUSTX
  7.                 Free DOS utility: Xevious ALLFILES.LST separator
  8.                           Version 1.00 - July 14, 1993
  9.                                     (c) 1993
  10.                                        by
  11.                              David Daniel Anderson
  12.                                    Reign Ware
  13.  
  14.  
  15.  
  16.  
  17.  
  18. BUSTX separates the ALLFILES.LST file in XEVFILES.ZIP into its component
  19. directories, while removing all extraneous lines.  Now you CAN download
  20. XEVFILES.ZIP!
  21.  
  22. Usage:  BUSTX source_file (must be in current directory)
  23.  
  24. It takes one parameter on the command line: ALLFILES.LST.  BUSTX should be
  25. able to separate other Xevious file lists, and you simply need to substitute
  26. the desired name for ALLFILES.LST on the command line to process those.
  27. Wildcards are not allowed.
  28. (This should work for any Xevious file list with the following lines in it:
  29.  
  30.  
  31.              )(evious BBS 508-875-3618 MS-DOS Files Master List
  32.   Created by FILELIST Version 1.1           Copyright (C) 1987 Damir Bersinic
  33. Page Number:  [and any data on the rest of this line]                        )
  34.  
  35.  
  36. Those lines, and blank lines, will be removed.  The summary at the end of
  37. ALLFILES.LST will not be removed.  The separate files will have the same
  38. base name as the original, but the extensions will be sequentially numbered
  39. from "001".  A sample batch file (BUSTXREN.BAT) is included to give your
  40. new files meaningful names.
  41.  
  42. The PASCAL (BP7) source code can be easily modified to work on other file
  43. lists Created by FILELIST (by Damir Bersinic).  The minimum that needs to
  44. be changed is the PgHd (Phone Number) const., but check everything.
  45.  
  46.