home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WILDCAT / DATAV47.ZIP / DVHELP.BBS < prev    next >
File List  |  1994-03-16  |  9KB  |  198 lines

  1. DESCRIPTION OF FEATURES
  2. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  3.  
  4. 1. [L]ist
  5.  
  6.    The list command simply lists all of the files in the archive. This
  7.    is the same listing that you get upon entering DataView. When you do
  8.    a list, you may also add the optional filespec parameter which will
  9.    list only those files which match your given filespec. Here are some
  10.    examples below:
  11.  
  12.    L *.DOC    - lists all files with the "DOC" extension.
  13.    L COMM*.*  - lists all files starting with "COMM".
  14.    L          - lists all files in the archive
  15.    L M        - lists all marked files
  16.  
  17. 2. [R]ead
  18.  
  19.    The read function will allow you to read a text file or a binary file
  20.    from within an archive. Simply specify a file number, name, or wildcard
  21.    (or a mixture of them) and DataView will display all of the files to you
  22.    which match your command stack.
  23.  
  24.    If the file is a text file, DataView displays it to you in the normal
  25.    way that you would expect to view a text file, however, if the file
  26.    is a binary file (ie: an EXE or something) DataView will display it
  27.    in a hex dump mode.
  28.  
  29.    In hex dump mode, you would see 16 bytes for each line. On the left
  30.    side of the screen, you would see the values of each byte represented
  31.    in hexidecimal notation. On the right side of the screen you see the
  32.    ascii character that each byte represents. All non-printable ascii
  33.    characters will appear as a period.
  34.  
  35.    If you attempt to read a MOD music file, DataView will give you a full
  36.    technical description of the file including all sample names and quite a
  37.    bit of other information.
  38.  
  39.    While in the read function, there are many different things that you
  40.    can do:
  41.  
  42.    [F]ind
  43.  
  44.    The find feature will let you search for text in the file. Upon
  45.    invoking the find feature, you will be prompted to enter a text
  46.    string to search for. After you enter it, DataView will search
  47.    through the whole file until it finds a match. If no match is found,
  48.    you will get the message "Search string not found." You may press the
  49.    spacebar to abort the search at any time.
  50.  
  51.    If DataView finds a match, it will show you the page that it found it
  52.    on. The search string that was found will appear highlighted. If you
  53.    are not in color mode, you will not be able to see where the text is,
  54.    however, DataView places the first match in the middle of the page so
  55.    you should be able to locate it easily.
  56.  
  57.    If multiple matches are found, they will also be highlighted as you
  58.    scroll through the file.
  59.  
  60.    After doing a successful search, if you invoke the find feature
  61.    again, you will be prompted if you would like to continue searching
  62.    for your previous search string. If you enter "yes", DataView will
  63.    show you the next occurence. If you enter "no", it will prompt you
  64.    for a new search string.
  65.  
  66.    [J]ump
  67.  
  68.    The jump command simply prompts for a line number that you would like
  69.    to jump to. This is a quick and easy to get to a position in the file
  70.    that you are reading. DataView will give you a range list of line
  71.    numbers so that you have a good idea of where you want to go.
  72.  
  73.    [P]gUp
  74.  
  75.    The pageup feature does exactly what it says, it jumps to the
  76.    previous page that you were viewing. This way, if you missed anything
  77.    on the last page or any number of pages above, you can easily get
  78.    back there to read it.
  79.  
  80.    [<|>]
  81.  
  82.    This feature allows you to do horizontal scrolling either to the left
  83.    or to the right. You activate this with the "<" key or the ">" key.
  84.    These are NOT the arrow keys, they are the "," and the "." keys with
  85.    the shift key being held down.
  86.  
  87.    Horizontal scrolling will allow you to read files that are longer
  88.    then 80 columns. You may come across BBS lists and such where this
  89.    feature will come in very handy.
  90.  
  91.    If you are reading a binary file in hex dump mode, then horizontal
  92.    scrolling won't really provide any benefit for you since the hex dump
  93.    only takes up 75 colums.
  94.  
  95. 3. [A]rchive view
  96.  
  97.    While viewing compressed files in DataView, you may occasionly or
  98.    frequently come across archives which have additional archives within
  99.    them. You can view these archives just like the one that you are
  100.    currently viewing by using the archive view feature.
  101.  
  102.    After specifying a filename or file number, DataView will extract the
  103.    file and determine if it is actually an archive. If it is not an
  104.    archive, DataView will return back to the current archive that you
  105.    are viewing. If the file IS an archive, DataView will view it just
  106.    like the current one that you are viewing. You will be able to use
  107.    all of DataView's features just as usual.
  108.  
  109.    When or if you are ready to return to the previous archive, use the
  110.    [P]revious command from the main menu.
  111.  
  112. 4. [I]ntegrity scan
  113.  
  114.    The integrity scan feature shells to DOS and calls up the
  115.    corresponding archiver for the archive that you are viewing to
  116.    perform an integrity check. DataView intercepts the result from the
  117.    archiver and reports back to you. If any of the files in the archive
  118.    are corrupted, you will get a message that one or more files in the
  119.    archive are corrupted. Otherwise, DataView will report that there are
  120.    no errors. The integrity scan feature is only available for ZIP and
  121.    ARJ archives.
  122.  
  123. 5. [V]irus scan
  124.  
  125.    Because the virus scan feature can sometimes be slow, DataView will
  126.    first prompt you if you are sure you want to perform a virus scan.
  127.    The virus scan feature is only slow if the archive contains a lot of
  128.    files which contain executable code in them.
  129.  
  130.    First, all of the files that contain executable code in the archive
  131.    are extracted to a temporary directory. After that, DataView will
  132.    call up the SCAN.EXE virus scanner by Mcafee Associates and report
  133.    the result back to you. If the file contains any viruses, you will be
  134.    notified.
  135.  
  136.    DataView also reports the version of SCAN being used so that you can
  137.    be ensured that a relatively recent version of the virus scanner is
  138.    being used. This is important because an older virus scanner can
  139.    easily miss new viruses.
  140.  
  141. 6. [M]ark
  142.  
  143.    The mark feature allows you to mark files for later download. Specify a
  144.    list of file numbers, filenames, or wildcards and DataView will mark all
  145.    of those files for download.
  146.  
  147. 7. [U]nmark
  148.  
  149.    This feature is the opposite of the Unmark feature. It takes the same
  150.    kind of command line, except you specify files which you would like to
  151.    be removed from the marked list.
  152.  
  153. 8. [C]lear marked
  154.  
  155.    There's not much that can be said about this one, it simply clears all
  156.    files that you have marked. :)
  157.  
  158. 9. [E]dit marked
  159.  
  160.    The edit marked feature provides a better interface for the above three
  161.    commands. It splits those commands into a seperate menu and also shows
  162.    you a listing of the current marked files. This feature works very much
  163.    like WildCat's edit marked feature. Some may find it easier to access
  164.    the above three commands through this edit marked menu, but others may
  165.    find that accessing the commands with parameters is a faster way to go
  166.    about it.
  167.  
  168. 10.[D]ownload
  169.  
  170.    The download feature lets you create new archives from files contained
  171.    in the archive that you are viewing. You can pass file numbers, names,
  172.    or wildcards to this command. If you have previously marked files,
  173.    DataView will give you the edit marked menu (described above) so that
  174.    you can verify that these are the files that you want to download. If
  175.    you do not have any marked files, DataView will prompt you for them.
  176.  
  177.    Once you have chosen the files that you want to download, DataView will
  178.    then prompt you for the archiver that you want to use. Under most
  179.    situations, the folling three will be available:
  180.  
  181.    ZIP, ARJ, LZH
  182.  
  183.    Of the three, ZIP is the standard and usually the best one to choose. If
  184.    you only have one file marked, DataView will also give you the option
  185.    "[N]one" so that your file will not be compressed.
  186.  
  187.    After you choose an archiver, DataView will start extracting the files,
  188.    then it will create the new archive (if you have chosen one of the three
  189.    above mentioned archivers).
  190.  
  191.    At this point, DataView will prompt you for the protocol that you would
  192.    like to download. The following four will be available:
  193.  
  194.    Xmodem, Ymodem, Kermit, Zmodem
  195.  
  196.    Under most cases, Zmodem is the best protocol to choose. After that,
  197.    DataView will start sending the file, and the rest is up to you! :)
  198.