home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / fileutil / volume.arj / VOLUME.DOC < prev    next >
Encoding:
Text File  |  1991-07-15  |  3.0 KB  |  127 lines

  1.  
  2.  
  3. ********************************************************************************
  4. 23:22:59  05/23/91                                                     Page 1   
  5.                      T O O L Z   D O C U M E N T A T I O N                      
  6.                                   V O L U M E                                   
  7. ********************************************************************************
  8.  
  9.  
  10. o MODULE NAME
  11.  
  12.    VOLUME
  13.  
  14. o LIBRARY NAME
  15.  
  16.    TOOLZ
  17.  
  18. o TYPE
  19.  
  20.    PROGRAM
  21.  
  22. o QUICK DESCRIPTION
  23.  
  24.    Store a large file on several volumes
  25.  
  26. o ARGUMENT DESCRIPTION
  27.  
  28.    volume /i <archive name>
  29.    volume /o <archive name> <input file>
  30.  
  31. o NARRATIVE DESCRIPTION
  32.  
  33.    The VOLUME utility writes a file to an archive, and breaks the
  34.    file into multiple volumes if the disk capacity of a single
  35.    volume is exceeded.  VOLUME also reads an archive from a device,
  36.    and the archive may be contained on multiple removable media.
  37.    The volume name must be specified without an extension as VOLUME
  38.    will append an extension to indicate the volume number.
  39.  
  40.    Output mode:
  41.  
  42.       If any files are contained on the removable media, they will not
  43.       be affected in any way.  VOLUME uses the DOS file system on the
  44.       media instead of raw data transfer, allowing the storage of
  45.       other files on the media.
  46.  
  47.       The first volume will contain the files, <name> and <name>.1,
  48.       where <name> is the name you have chosen for the archive.  The
  49.       next volume will contain <name>.2, and so forth.  The last
  50.       volume will contain <name>.n and <name>.0, where n is the last
  51.       volume number and <name>.0 is an empty file signifying that this
  52.       volume contains the last piece of the archive.
  53.  
  54.    Input mode:
  55.  
  56.       The volumes need to be read in the order they were created.
  57.  
  58.  
  59.  
  60.  
  61. ********************************************************************************
  62.               T O O L Z   M o d u l e   D o c u m e n t a t i o n               
  63. ********************************************************************************
  64.  
  65.  
  66. ********************************************************************************
  67. 23:22:59  05/23/91                                                     Page 2   
  68.                      T O O L Z   D O C U M E N T A T I O N                      
  69.                                   V O L U M E                                   
  70. ********************************************************************************
  71.  
  72.  
  73. o RETURNS
  74.  
  75.    nothing
  76.  
  77. o APPLICATIONS
  78.  
  79.    UTILITY
  80.  
  81. o PLATFORMS
  82.  
  83.    MSDOS
  84.  
  85. o FIXES
  86.  
  87.    5/23/91
  88.    Improve documentation
  89.  
  90. o SOURCE LANGUAGE
  91.  
  92.    C
  93.  
  94. o EXAMPLE(S)
  95.  
  96.    volume /o a:filearc files.zip
  97.    volume /i a:filearc
  98.    volume /o b:fred bruce.arc
  99.    volume /i b:fred
  100.  
  101. o INTRODUCTION DATE
  102.  
  103.    05/14/91
  104.  
  105. o LAST FILE UPDATE
  106.  
  107.    05/23/91 23:22:45 -- volume.c
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124. ********************************************************************************
  125.               T O O L Z   M o d u l e   D o c u m e n t a t i o n               
  126. ********************************************************************************
  127.