home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / fileutil / genfbin.arj / GENFBIN.DOC next >
Encoding:
Text File  |  1992-02-07  |  3.2 KB  |  66 lines

  1.                 How to use GENFBIN.EXE Version 2.00 Feb 1992
  2.                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. SETCAT.EXE & GENFBIN.EXE are the intellectual property of Peter Tuffs, they
  5. are placed in the public domain on the understanding that they will not be
  6. sold, or in any way be used for profit. They may not be disassembled or
  7. reverse engineered.
  8.  
  9. GENFBIN.EXE allows files to be copied from large volumes such as CD-ROMs
  10. without the need to know the path. It is fast, searching & locating files
  11. in a fraction of a second from thousands. It is user configurable & can be
  12. used for any number of volumes.
  13.  
  14. Help on program usage is obtained by entering the program name on the command
  15. line :-
  16.             ╔══════════════════════════════════════════════════╗
  17.             ║    General File Copier Version 2.00              ║
  18.             ║    --------------------------------              ║
  19.             ║    (c) Peter Tuffs February 1992                 ║
  20.             ║                                                  ║
  21.             ║    Genfbin Help requested                        ║
  22.             ║    Usage :-                                      ║
  23.             ║    genfbin xxy:filename[.zzz] [dest]             ║
  24.             ║    xx is the disk volume requested               ║
  25.             ║    y is the drive letter                         ║
  26.             ║    filename is the file's name                   ║
  27.             ║    .zzz is the file's extension, if omitted then ║
  28.             ║          .zip is assumed                         ║
  29.             ║    dest is the destination drive & directory     ║
  30.             ║         default for dest is g:\                  ║
  31.             ║                                                  ║
  32.             ║    For example - genfbin 02h:cshow               ║
  33.             ║     will copy cshow.zip from the                 ║
  34.             ║     Microhaus Vol 1 to drive g:\                 ║
  35.             ║                                                  ║
  36.             ╚══════════════════════════════════════════════════╝
  37.  
  38.  
  39. The correct operation of GENFBIN.EXE relies on the presence of two support
  40. files for each drive. These are in effect the drive file indexes.
  41.  
  42. The first file is named CATP.xx where xx is the same as in the parameter.
  43. CATP is a file with all the filenames.
  44. CATF.xx is a list of all directories with the title of the drive as the first
  45. line and a blank for the second line.
  46.  
  47. CATP and CATF are formed by the program SETCAT.EXE.
  48.  
  49. To produce a catalogue of say your c: :-
  50.  
  51. 1.      run SETCAT
  52. 2.      Use set cat=  to create environment variable
  53. 3.      Update your AUTOEXEC.BAT for set cat=
  54.  
  55. Note.   If the environment variable CAT is not set, GENFBIN.EXE assumes
  56.         the catalogues are on the current default drive.
  57.  
  58. Note also that when running GENFBIN.EXE a file name without extension is
  59.           assumed to be .zip, if the file has no extension as in "PETER"
  60.           then use "PETER.".
  61. Note also wildcards are not allowed, only the destination drive & directory
  62.           can be specified.
  63. Note also SORTF225.COM is used by SETCAT.EXE, it is included for your use.
  64.  
  65. Peter Tuffs 7-2-92
  66. ~~~~~~~~~~~~~~~~~~