home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t241 / 1.img / LOG.DOC < prev    next >
Encoding:
Text File  |  1993-11-09  |  3.7 KB  |  86 lines

  1. Directory Logkeeper, version 1.0
  2. Written by Allen Brown
  3.  
  4.  
  5. Program Description
  6. -------------------
  7. Directory Logkeeper is a simple program which improves on the standard
  8. DIR command in DOS by including one-line descriptions of the files in
  9. your directory.  The program reads your directory, creates an ASCII
  10. text file containing the directory, and allows you to input a brief
  11. description of each file.  The data file (LOG.TXT) can then be easily
  12. displayed instead of using the DIR command.
  13.  
  14.  
  15. ZIP File Contents
  16. -----------------
  17. Within LOG.ZIP you should have received four files as follows:
  18. LOG.EXE     <--  the program
  19. L.BAT       <--  a batch file for displaying your data
  20. BROWSE.COM  <--  a freeware text file viewer
  21. LOG.DOC     <--  the file you're currently reading
  22.  
  23.  
  24. Program Operation
  25. -----------------
  26. It's easy.  First, put LOG.EXE, L.BAT, and BROWSE.COM in one of your
  27. path directories so they can be called up from any directory.  Next,
  28. go to a directory which contains files you wish to create descriptions
  29. for.  Input "log" (without the quotes).  This will execute the program.
  30. You'll be asked to input one-line descriptions (maximum 42 characters
  31. each, no commas allowed) of all the files in the directory.  When you're
  32. through, LOG.TXT will be written to disk in that directory.  It contains
  33. the filenames and descriptions, and they will be kept in the same order
  34. as they appear in the regular directory.  LOG.TXT looks a lot like a
  35. regular directory except it has your text beside each line where DOS
  36. usually has blank space.
  37.  
  38. WARNING:  The program uses the name LOG.TXT for its data.  Any file
  39. with that name in your current directory when you run the program
  40. will be overwritten.
  41.  
  42. Now that you've created LOG.TXT for your directory, you can input L
  43. instead of DIR to view the directory with your file descriptions. (This
  44. will work in those directories where you've created a LOG.TXT file by
  45. running LOG.EXE.)  When you delete or add files to the directory, just
  46. run LOG again, and LOG.TXT will be updated -- files you've erased will
  47. be removed from the list, and new files will be added to the list.  The
  48. descriptions already entered will remain intact.  If you wish to edit a
  49. description, just use a standard ASCII text editor.  (Don't use commas.)
  50.  
  51. If you're in the middle of writing your file descriptions, and you're
  52. not sure about the contents of a given file, just input "b" (without
  53. the quotes), and you'll engage the BROWSE program, which will display
  54. the file's contents on your screen.  Pressing <Esc> will exit BROWSE
  55. and return you to the Directory Logkeeper program.  NOTE: You can use
  56. BROWSE.COM to view any file from the DOS prompt by entering "browse"
  57. (without the quotes) followed by the filename you wish to view.
  58. Directory Logkeeper does not require BROWSE.COM in order to operate.
  59.  
  60.  
  61. Registering Your Copy or Contacting the Author
  62. ----------------------------------------------
  63. Directory Logkeeper was written by me, Allen Brown.  I can be reached
  64. at the address below or through one of my network accounts:
  65. Internet allen@freenet.fsu.edu
  66. CompuServe 72760,667
  67. Prodigy MMMJ81A
  68.  
  69. This program is shareware.  If you keep it and use it, and if you
  70. wish to keep your conscience clear, send a meager $5.00 to:
  71.  
  72. Allen Brown
  73. P.O. Box 681
  74. Gulf Shores, Alabama 36547
  75.  
  76. This program is to be used "as is."  The author will not assume
  77. responsibility for data mishaps or for any user's failure to read
  78. these instructions.
  79.  
  80. I kept the program as simple as possible, so it only has a few bells
  81. and whistles, but it does a good job.  Feel free to contact me if you
  82. want to discuss the program.  Also feel free to upload LOG.ZIP to your
  83. favorite BBS's.
  84.  
  85. THE END
  86.