home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 15a / mva101.zip / MVA.DOC < prev   
Text File  |  1988-03-06  |  6KB  |  123 lines

  1.           Please Read this entire document before using MVA
  2.  
  3. Program:
  4.                MVA.COM  MULTI-VOLUME ARC Utility
  5.  
  6. Version:
  7.                1.01 March 6, 1988 - Beta testing
  8.  
  9. Contact:
  10.                Keith P. Graham
  11.                238 Germonds Road
  12.                West Nyack, NY 10994
  13.  
  14.                MODEM: PC-Rockland BBS (914) 353-2157
  15.  
  16. Description:
  17.                MVA.COM is a utility that allows some ARC utilities
  18.                to create and read .arc files which span over many
  19.                floppy diskettes. Very large arc files can be placed
  20.                on separate diskettes to be re-assembled later.
  21.                Obvious applications are the distribution of very
  22.                large arc files without having to chop the system into
  23.                smaller files as well as a slow but compact backups.
  24.                MVA.COM will also allow un-arcing using Phil Katz's
  25.                PKXARC or Vern Buerg's ARCE programs.
  26.  
  27. Usage:
  28.                MVA.COM is a "Passthru" program which allows it to
  29.                load as a memory resident program only while another
  30.                program is executing.
  31.  
  32.                The syntax for using MVA is:
  33.  
  34.                   MVA PKARC arc parameters       <- creates an archive
  35.                           or
  36.                   MVA PKXARC arcname.1rc [files] <- extracts file(s)
  37.                           or
  38.                   MVA ARCE  arcname.1rc [files]  <- extracts file(s)
  39.                           or
  40.                   MVA ARCV  arcname.1rc [files]  <- lists file(s)
  41.  
  42.                MVA is the name of the Multi Volume Arc program and
  43.                PKARC, PKXARC, ARCV and ARCE are names of some of the
  44.                archive utilities which work with MVA. I have not
  45.                tested the original SEA ARC utility and I have
  46.                discovered that Vern Buerg's ARCA utility uses seek
  47.                commands in a way which makes MVA crazy so it creates
  48.                defective arc's (Vern, stop seeking past the end
  49.                of the created file!)
  50.  
  51.                MVA will only read or write to the A: and B: drives.
  52.                This keeps things simple for me, but you may look at
  53.                the DOS assign command if this is a problem or I
  54.                could be persuaded to change this if there is a
  55.                good reason.
  56.  
  57.                When creating a file, MVA will detect an "out of
  58.                disk error message and report it to you. You will
  59.                be given the 3 choices:
  60.                    Esc = quit. This will end MVA.COM and the
  61.                                arc utility that you are running
  62.                                and will leave you with a partial
  63.                                arc file which may be unusable.
  64.                    A or B = the next diskette drive to use. This
  65.                                allows you to flip-flop between
  66.                                drives for creating new files.
  67.                The first diskette will rename your arc file with
  68.                an extension of 1RC and the next disk will have a
  69.                an extenstion of 2RC. You are allowed up to nine
  70.                diskettes in this version. After 9 diskettes you
  71.                will get errors. A future version (if there is any
  72.                interest) will continue.
  73.  
  74.                When un-arcing or listing he contents of an arc file
  75.                MVA will watch for moves beyond the end of the disk.
  76.                Again you will be asked to ESC or put the drive letter
  77.                of the next drive. You can also enter "E" to convince
  78.                MVA that this is indeed the end of a file.
  79.  
  80.                ******* IMPORTANT *********
  81.                AFTER MVA READS THE LAST DISK YOU MUST ENTER "E"
  82.                BECAUSE ALL ARC UTILITES RUN UNTIL THEY RUN OUT OF
  83.                FILE.
  84.  
  85.  
  86.  
  87. Strangeness:
  88.                The copy command can be used to break up existing ARC's
  89.                into multiple volumes by entering:
  90.                  MVA COPY file.arc A:
  91.                or a broken up file can be reassemble by entering:
  92.                  MVA copy a:file.arc c:
  93.  
  94.                If the default drive is a: or b: the program will get
  95.                upset if you try to use MVA. Don't try it.
  96.  
  97.                MVA is scrambled for security. It unscrambles itself
  98.                as it loads, but it doesn't arc well as a result.
  99.                This is the first time I have tried this. The security
  100.                isn't great, but it keeps 8 year olds out of the
  101.                text portions of the program.
  102.  
  103.                MVA works with PKARC to create files and manipulate
  104.                files. It works with ARCE and ARCV, but I ahve done
  105.                only limited testing. This is a beta test and I am
  106.                looking for problems that I did not anticipate.
  107.  
  108.                I also hope that Phil Katz, Vern Buerg and SEA make
  109.                multi-volume arcs a standard feature and then this
  110.                klutzy work-around program will not be needed.
  111.  
  112. License:
  113.                MVA has a copyright, but it can be passed around
  114.                as long as no money is charged (except a copying fee)
  115.                for its distribution. I expect nothing (unless this
  116.                becomes a big hit) in the way of fees, but have you
  117.                mailed PKWARE, SEA or Vern Buerg that check yet?
  118.                If you need MVA to distribute software you may register
  119.                with me at the address above for $5.00 as a distributer
  120.                and sales after the first 100 pieces require a license
  121.                fee of $0.25 per piece sold.
  122.  
  123.