home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / modem.madness / SMMTRBBS / FILECON.ZIP / FILECON.DOC < prev    next >
Encoding:
Text File  |  1993-09-06  |  3.5 KB  |  65 lines

  1. The archieve you've received should contain the following:
  2.  
  3. FILECON.EXE     Compiled executable
  4. FILECON.DOC     This file
  5.  
  6. FILECON was written because I was going nuts converting from my FILES.BBS 
  7. style Bulletin Board to TRIBBS.  Files lists seem to come in all flavors and 
  8. descriptions.  A Files list converter, I soon found, needed to be able to 
  9. determine if there were only filenames and descriptions, for filenames, 
  10. lengths, dates and descriptions, and what the spacing was between these 
  11. elements. 
  12.  
  13. CD-ROMs in particular have a curious duke's mixture of files listings. With 
  14. the release of TRIBBS 5.0, I felt that a utility to work with these areas was 
  15. needed.
  16.  
  17. Filecon does these jobs.
  18.  
  19. FILECON reads in the FILES.BBS data, does a DIR of the current directory, and 
  20. proceeds to combine the two. It tests to see if there are dates and 
  21. descriptions in the old list, and deletes them if they are present in favor of 
  22. the dates and file sizes it detects through its own operations.  Additionally, 
  23. if the lines are longer than 75 characters, the descriptions are wrapped to 
  24. the next line. FILECON limits the length of the description field to 255 
  25. characters.  If enough people need it to support longer descriptions, we'll 
  26. see what we can do in a future release, but for now, any description beyong 
  27. 255 characters will be truncated.
  28.  
  29. For this program to work, you must have FILECON.EXE in your path, and be 
  30. logged into the hard disk directory you wish to process. When you run FILECON, 
  31. you will be asked for the complete FILE PATH AND NAME of the files list.  If 
  32. it is already there in the logged directory, just press return; else enter the 
  33. path (this lets you direct the program to a CDROM directory if desired). Next, 
  34. you will be asked where the files are located. Return defaults to the 
  35. directory entered in the above path. You can enter an alternative path, if 
  36. needed. The presence of a FILES.LST is detected, if one exists. You will have 
  37. the option to overwrite or append to the existing list.  This option is given 
  38. to allow the sysop to combine related files lists on separate CD-ROMs and 
  39. multiple hard disks, if desired. The resulting file will be left in the 
  40. current directory as FILES.LST. FILES.BBS is *NOT* deleted, as such attempts 
  41. on a ROM would produce program errors. 
  42.  
  43. FILECON has a limit of 500 files per area.  This seems an arbatrary limit, 
  44. but it's about what my compiler allowed the program to hold.  However, if you 
  45. have ever logged onto a BBS with file areas this large, YOU KNOW this is not a 
  46. good situation for the users. Therefore, in the case where there are more than 
  47. 500 files in an area, Filecon will ask you to break the files up into several 
  48. different areas. You'll be asked for a starting letter and an ending letter 
  49. for the file names. Just enter what's asked for. After you run the program, 
  50. you can create another subdirectory, point the program to the same files area 
  51. and files list, and specifiy another set of beginning end ending letters. 
  52.  
  53. It works for me.  If it doesn't work for you, please give me a call at my BBS, 
  54. Adventureland (606) 271-0558 or call me voice at 606-272-9674 between 6 and 10 
  55. PM Eastern time.  Support is free if you will pay for the call.
  56.  
  57. If you like FILECON and find it useful, how about throwing five bucks my way? 
  58. I've spent a lot of time writing this program, and would appreciate some 
  59. support. If you find it valuable, send $5.00 to: 
  60.  
  61. Doug Rogers
  62. 3288 Shoal Lake Dr.
  63. Lexington, Ky 40515
  64.  
  65.