home *** CD-ROM | disk | FTP | other *** search
/ DOS Wares / doswares.zip / doswares / UTILS / TOOLS / BLM.ZIP / BLM.DOC next >
Encoding:
Text File  |  1993-12-15  |  5.3 KB  |  115 lines

  1. Well, since this is the first public release of BLM.EXE, i decided to write
  2. a little doccy about this proggy of mine. It is a small doccy so don't expect
  3. a flashing manual. The program is very self-explanatory so i just wrote this
  4. as a formality.
  5.  
  6. ┌────────────┐
  7. │ Disclaimer │
  8. └────────────┘
  9. The author of BLM.EXE is in no way responsible for any damage or data loss
  10. caused by the use of BLM.EXE. BLM.EXE has been tested on lots of different
  11. machines without any problems. But if this proggy fucks your machine up,
  12. don't blame me, 'cause using it is at your own risk.
  13.  
  14. ┌─────────────┐
  15. │ The Program │
  16. └─────────────┘
  17. BLM.EXE is a Backup List Maker. It is used to make lists of backups! 
  18. What you need : - A backup made with CP-BACKUP v8.0 or v9.0 (older versions 
  19.                   might work but are not tested. If you use these versions, 
  20.                   get yourself a new version), or a backup on tape readable
  21.                   by CP-BACKUP (i.e. QIC-80).
  22.                 - Or a file with names made with "dir /b > file"
  23.                 - A list with all of the descriptions from the files in the 
  24.                   backup.
  25.                 - BLM.EXE (off course!!!!!)
  26.  
  27. I guess you think : "Why do i need this proggy????". Let me give you an exam-
  28. ple. Suppose you get a backup from a BBS together with the ALLFILES.BBS list. 
  29. You will probably know that only about 5% of the files in the list will be in 
  30. the backup. To get all the descriptions of the files manually is very time 
  31. consuming. Why not let the computer do all the work.
  32.  
  33. How is it done. Let's pretend that we got a backup from a BBS which is stored
  34. on 3 tapes. With the backup you get a list with all the files on the 3 tapes.
  35. You say : "What's the problem, you got the backup and you got the list!".
  36. O.K. you're right, but the problem is that the files were alphabeticaly sorted
  37. before they were backupped, but the list isn't. So you're searching the entire
  38. list for each file on each tape. This was also my problem so i created BLM.EXE.
  39. It creates a list for each tape independantly. So you know exactly which files
  40. are on the tape together with their descriptions. For your conveinience, the 
  41. list is sorted alphabetically, just as the tape is (or as the backup/restore 
  42. program does).
  43.  
  44. To create the list, we have to complete three steps : 
  45.    1) Create the CP-BACKUP directory file or list with names.
  46.    2) Get the list file.
  47.    3) Execute BLM.EXE.
  48.  
  49. Step 1)
  50. =======
  51. First, create the DIR file. Run CP-BACKUP and insert your backup (tape or last
  52. diskette). Then choose the "A" from "Action", the "R" from "Restore" and fina-
  53. lly the "H" from "cHoose directories". If you already have made some backups, 
  54. you get a pick list with some older backups. If so press the "I" from "Insert".
  55. The backup directory file will now be read, else it will be done automatically.
  56. If this is finished, exit CP-BACKUP and go to the "PCTOOLS\DATA" directory. 
  57. Here you will probably find several *.DIR files. Look for the right file with
  58. a file viewer, with which you can see the backup-name. Copy this file to your
  59. BLM directory with an ease to understand name. For example "WEEK44-1.DIR" for 
  60. the file of week 44, tape 1. 
  61.  
  62. Or you can create a list of names with the command "DIR /B > WEEK44-1.DIR" if
  63. all your files you want to be listed are on your hard-disk. BLM will autodetect
  64. if the input file is a CP-BACKUP directory file or a list of names. 
  65.  
  66. Step 2)
  67. =======
  68. Second, you will have to copy the list file to your BLM directory. This file 
  69. can be anywhere, so figure it out yourself! Give this file also an easy to 
  70. understand name. For example "WEEK44.LST" for the list file of week44.
  71.  
  72. Step 3)
  73. =======
  74. Third you will have to run BLM.EXE. The syntax is as follows :
  75.  
  76.      BLM <INPUTFILE> <LISTFILE> <OUTFILE>
  77.  
  78. - The INPUTFILE is the CP-BACKUP directory file or list with names which you 
  79.   have created at step 1.
  80. - The LISTFILE is the file which has been copied at step 2.
  81. - The OUTFILE is the file in which the list is stored.
  82.  
  83. For our example the syntax would be as follows :
  84.  
  85.      BLM  WEEK44-1.DIR  WEEK44.LST  WK44DIR.OUT
  86.  
  87. or   BLM  WEEK44-1.NAM  WEEK44.LST  WK44NAM.OUT
  88.  
  89. After pressing <ENTER>, the list will be read, sorted and written. This process
  90. will take a few moments. It depends mostly on the speed of you hard-disk. The
  91. faster the better (but in future release the speed will be even more increased)
  92. These example are also in the archive. There are some example files, and two
  93. batch files with the right syntax. TRY IT!!
  94.  
  95.  
  96. O.K. that was all. If you have any problems or if you found a bug (i hope not), 
  97. you can NOT write to anyone, because of the problems all crackers and spreaders
  98. have with those FUCKING COPS!!!!!! LET US COPY AND ENJOY THESE PROGRAMS WHICH 
  99. WE OTHERWISE NEVER WOULD HAVE BOUGHT!!!!!!!
  100.  
  101. If there are any bugs, wait for future releases and see for yourself if the 
  102. bug is fixed!!! We have a lot of friends who have friends who have friends
  103. who have...... who use the program, so we will certainly hear the bugs or 
  104. comments.
  105.  
  106. Greetinx go out to : 
  107.  
  108.    All the BETA testers who helped me get rid of the bugs. These critters are
  109.    so nasty and indestructible!!
  110.  
  111.    All the persons who made the trade possible. You guys know who i mean!
  112.    A BIG thanx guys!! Keep up the good work.
  113.  
  114. HAVE PHUN ND CU L8R IN FUTURE RELEASES  =8-D
  115.