home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / MAKE1.ZIP / MAKE1.DOC < prev    next >
Encoding:
Text File  |  1993-08-19  |  1.7 KB  |  50 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                      MAKE1
  7.                        Free DOS utility: text line joiner
  8.                          Version 1.00 - August 19, 1993
  9.                                     (c) 1993
  10.                                        by
  11.                              David Daniel Anderson
  12.                                    Reign Ware
  13.  
  14.  
  15.  
  16.  
  17.  
  18. MAKE1 transforms a PCBoard type file listing containing multi-line
  19. descriptions into a single line per entry list (each line can be up to
  20. 255 characters).
  21.  
  22. MAKE1 is designed to prepare a file list for sorting by any of the
  23. standard fields (file name/ size/ date).
  24.  
  25. Usage:  MAKE1 <infile> <outfile>
  26.  
  27. MAKE1 must have exactly two parameters on the command line, the file
  28. to be converted and the name of a -new- file (MAKE1 will not overwrite
  29. any file).
  30.  
  31. Entries will retain their original format, except the descriptions
  32. will all be on one line, and may extend to the 255 character on that
  33. line.
  34.  
  35. The 255 character limit is imposed by PASCAL, which I used to write
  36. this program.  A more experienced programmer could work around this
  37. limitation.  (Perhaps even I could, but I don't want to.)
  38.  
  39. Note: after the files have been processed by MAKE1, they may be sorted
  40. by any of a large number of freeware/ shareware/ retail programs.
  41. I have another free utility to delete duplicate lines, called
  42. FDUPLINS, which should be available from the same place you got this
  43. (probably in a collection called RWUTLS10.zip).
  44.  
  45. When you are ready to return the file list to "normal", I have another
  46. free utility to do that, called PCBWrap, which should be available
  47. where you got this, as PCBWRAP.zip.  (This is the program of which I
  48. am proudest.)
  49.  
  50.